mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
a4c62a931c
Changes http://www.nncpgo.org/Release-6_002e6_002e0.html PR: 256857 Approved by: maintainer
32 lines
779 B
Makefile
32 lines
779 B
Makefile
PORTNAME= nncp
|
|
DISTVERSION= 6.6.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.nncpgo.org/download/
|
|
|
|
MAINTAINER= stargrave@stargrave.org
|
|
COMMENT= Utilities for secure store-and-forward files, mail, command exchanging
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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
|
|
|
|
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>
|