]> Cypherpunks.ru repositories - nncp.git/blobdiff - ports/nncp/Makefile
Forbid any later GNU GPL versions autousage
[nncp.git] / ports / nncp / Makefile
index c6bf12ddd8b33df446ab5272a51c9ce010add3bb..b33a2e35cf1a5101f86801597f4c0f744414d914 100644 (file)
@@ -1,52 +1,33 @@
-# $FreeBSD$
+# $FreeBSD: head/net/nncp/Makefile 484628 2018-11-10 18:12:57Z bapt $
 
 PORTNAME=      nncp
-PORTVERSION=   0.12
+DISTVERSION=   4.0
+PORTREVISION=  1
 CATEGORIES=    net
 MASTER_SITES=  http://www.nncpgo.org/download/
 
 MAINTAINER=    stargrave@stargrave.org
-COMMENT=       Utilities for secure store-and-forward files and mail exchanging
+COMMENT=       Utilities for secure store-and-forward files, mail, command exchanging
 
-LICENSE=       GPLv3+
+LICENSE=       GPLv3
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
 BUILD_DEPENDS= go:lang/go
 
 USES=          tar:xz
 MAKEFILE=      BSDmakefile
-
 USE_RC_SUBR=   nncp-caller nncp-daemon nncp-toss
-REQUIRE=       DAEMON
+INSTALL_TARGET=        install-strip
+
+SUB_FILES=     pkg-message pkg-install pkg-deinstall
 
-SUB_FILES=     pkg-message pkg-install pkg-deinstall nncp.newsyslog.conf.sample
+OPTIONS_DEFINE=        DOCS
 
 PORTDOCS=      AUTHORS NEWS NEWS.RU README README.RU THANKS
 INFO=          nncp
-INSTALL_TARGET=        install-strip
-
-PLIST_FILES=   bin/nncp-bundle \
-               bin/nncp-call \
-               bin/nncp-caller \
-               bin/nncp-cfgenc \
-               bin/nncp-cfgmin \
-               bin/nncp-cfgnew \
-               bin/nncp-check \
-               bin/nncp-daemon \
-               bin/nncp-file \
-               bin/nncp-freq \
-               bin/nncp-log \
-               bin/nncp-mail \
-               bin/nncp-pkt \
-               bin/nncp-reass \
-               bin/nncp-rm \
-               bin/nncp-stat \
-               bin/nncp-toss \
-               bin/nncp-xfer \
-               "@sample etc/newsyslog.conf.d/nncp.conf.sample"
+MAKE_ARGS=     INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
 
 post-install:
-       ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
-       ${INSTALL_DATA} ${WRKDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/nncp.conf.sample
+       ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample
 
 .include <bsd.port.mk>