X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ports%2Fnncp%2FMakefile;h=971db0b504cfaf24db7d55aba98677ec3d07dac1;hb=2a5c56d7ba8cecf8f200255d5e5c61589c43009c;hp=49a463a95358841ae817e164be4777b16a57c723;hpb=e8f24338e5a7929ac33172b3318312168868d7af;p=nncp.git diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 49a463a..971db0b 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,13 +1,12 @@ -# $FreeBSD$ +# $FreeBSD: head/net/nncp/Makefile 460314 2018-01-29 16:17:45Z yuri $ PORTNAME= nncp -PORTVERSION= 0.10 +DISTVERSION= 3.1 CATEGORIES= net -MASTER_SITES= http://www.nncpgo.org/download/ \ - http://sourceforge.net/projects/nncp/files/ +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 and command exchanging LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -16,37 +15,17 @@ 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-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" 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