opnsense-ports/net/nncp/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

31 lines
691 B
Makefile

# $FreeBSD$
PORTNAME= nncp
DISTVERSION= 3.4
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
BUILD_DEPENDS= go:lang/go
USES= tar:xz
MAKEFILE= BSDmakefile
USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss
INSTALL_TARGET= install-strip
SUB_FILES= pkg-message pkg-install pkg-deinstall
OPTIONS_DEFINE= DOCS
PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS
INFO= nncp
post-install:
${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample
.include <bsd.port.mk>