X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ports%2Fnncp%2FMakefile;h=cc2d0595e4e8b8eb5f4f712c6b2471ab55649978;hb=3f11c905c1bc1ec855ffef48422d706ffc4f09a6;hp=7d131213c57c60a57d87fcc25f1b126aa6b17302;hpb=e46109f58515f91285db6c4ff95a45f49e4ee7d1;p=nncp.git diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 7d13121..cc2d059 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,51 +1,31 @@ -# $FreeBSD$ +# $FreeBSD: head/net/nncp/Makefile 517819 2019-11-17 11:51:56Z dmgk $ PORTNAME= nncp -PORTVERSION= 0.10 +DISTVERSION= 5.0.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= tar:xz -MAKEFILE= BSDmakefile +USES= go:no_targets tar:xz USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss -REQUIRE= DAEMON -SUB_FILES= pkg-message pkg-install pkg-deinstall nncp.newsyslog.conf.sample +MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH} +INSTALL_TARGET= install-strip + +SUB_FILES= pkg-message pkg-install pkg-deinstall -PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS INFO= nncp -INSTALL_TARGET= install-strip +PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS -PLIST_FILES= 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" +OPTIONS_DEFINE= DOCS 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