X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ports%2Fnncp%2FMakefile;h=e672eade5f5046f717df2f5c0842b1658119dc13;hb=ad691a0b966e672baa58de7e27ac275c0c2932f3;hp=527eb9e5af38a733164f1897d968f12888acb9c0;hpb=c3abbbda3f7dc6c03702acbd534cbf196283eba8;p=nncp.git diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 527eb9e..e672ead 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,21 +1,21 @@ -# $FreeBSD: $ - PORTNAME= nncp -DISTVERSION= 5.3.3 +DISTVERSION= 8.8.1 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ MAINTAINER= stargrave@stargrave.org COMMENT= Utilities for secure store-and-forward files, mail, command exchanging +WWW= http://www.nncpgo.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= go:no_targets tar:xz +USES= go:modules,no_targets tar:xz USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} +MAKE_ENV= ${GO_ENV} INSTALL_TARGET= install-strip SUB_FILES= pkg-message pkg-install pkg-deinstall @@ -26,6 +26,7 @@ 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