mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
613f47f8b1
PR: 245033 Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
33 lines
764 B
Makefile
33 lines
764 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nncp
|
|
DISTVERSION= 5.3.3
|
|
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:no_targets tar:xz
|
|
|
|
USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss
|
|
|
|
MAKE_ARGS= INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
|
|
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>
|