mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
2c0b236eae
Fixed possible race in online protocol, that lead to panic. Changelog: https://www.nncpgo.org/Release-6_002e4_002e0.html PR: 255331 Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
32 lines
779 B
Makefile
32 lines
779 B
Makefile
PORTNAME= nncp
|
|
DISTVERSION= 6.4.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>
|