X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ports%2Fnncp%2FMakefile;h=792703f1aa2e34589d3a66c08af7c1b74e449c8e;hb=9d80ad45bc2a002c256766886c1d43e61799536f;hp=b26f5666e6e127e206be18fd7295cee38bdebc18;hpb=b120877e6282de3a7573d0ff33ff77de7766961e;p=nncp.git diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index b26f566..792703f 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,8 +1,7 @@ -# $FreeBSD: head/net/nncp/Makefile 484628 2018-11-10 18:12:57Z bapt $ +# $FreeBSD: $ PORTNAME= nncp -DISTVERSION= 5.0.0 -PORTREVISION= 1 +DISTVERSION= 5.4.0 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ @@ -12,21 +11,22 @@ COMMENT= Utilities for secure store-and-forward files, mail, command exchanging LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= go:lang/go +USES= go:no_targets tar:xz -USES= tar:xz USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss + +MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} INSTALL_TARGET= install-strip SUB_FILES= pkg-message pkg-install pkg-deinstall -OPTIONS_DEFINE= DOCS - -PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS INFO= nncp -MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} +PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS + +OPTIONS_DEFINE= DOCS post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample .include