]> Cypherpunks.ru repositories - nncp.git/blobdiff - ports/nncp/Makefile
ACK
[nncp.git] / ports / nncp / Makefile
index 4c539183ef4d8faee58b43e5fc9c59e9db1eb368..05c0ad1bdaa4a3bab031dea295487e4ae90a2600 100644 (file)
@@ -1,31 +1,31 @@
-# $FreeBSD: head/net/nncp/Makefile 460314 2018-01-29 16:17:45Z yuri $
-
 PORTNAME=      nncp
-DISTVERSION=   2.0
+DISTVERSION=   8.6.0
 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=          go:modules,no_targets tar:xz
 
-USES=          tar:xz
-MAKEFILE=      BSDmakefile
 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
 
-OPTIONS_DEFINE=        DOCS
-
-PORTDOCS=      AUTHORS NEWS NEWS.RU README README.RU THANKS
 INFO=          nncp
+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 <bsd.port.mk>