]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/Makefile
Forbid any later GNU GPL versions autousage
[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=    4.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 MAKEFILE=       BSDmakefile
19 USE_RC_SUBR=    nncp-caller nncp-daemon nncp-toss
20 INSTALL_TARGET= install-strip
21
22 SUB_FILES=      pkg-message pkg-install pkg-deinstall
23
24 OPTIONS_DEFINE= DOCS
25
26 PORTDOCS=       AUTHORS NEWS NEWS.RU README README.RU THANKS
27 INFO=           nncp
28 MAKE_ARGS=      INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
29
30 post-install:
31         ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample
32
33 .include <bsd.port.mk>