]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/Makefile
Combine {BSD,GNU}makefiles together, as GNU Make 4.0 supports != assignment
[nncp.git] / ports / nncp / Makefile
1 # $FreeBSD: head/net/nncp/Makefile 484628 2018-11-10 18:12:57Z bapt $
2
3 PORTNAME=       nncp
4 DISTVERSION=    5.0.0
5 PORTREVISION=   1
6 CATEGORIES=     net
7 MASTER_SITES=   http://www.nncpgo.org/download/
8
9 MAINTAINER=     stargrave@stargrave.org
10 COMMENT=        Utilities for secure store-and-forward files, mail, command exchanging
11
12 LICENSE=        GPLv3
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 BUILD_DEPENDS=  go:lang/go
16
17 USES=           tar:xz
18 USE_RC_SUBR=    nncp-caller nncp-daemon nncp-toss
19 INSTALL_TARGET= install-strip
20
21 SUB_FILES=      pkg-message pkg-install pkg-deinstall
22
23 OPTIONS_DEFINE= DOCS
24
25 PORTDOCS=       AUTHORS NEWS NEWS.RU README README.RU THANKS
26 INFO=           nncp
27 MAKE_ARGS=      INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
28
29 post-install:
30         ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample
31
32 .include <bsd.port.mk>