1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/nncp/Makefile
Muhammad Moinur Rahman 2e7ab63e7a
net/nncp: PIN to GO 1.20
PR:		277776
Approved by:	portmgr (blanket)
2024-03-24 15:28:57 +01:00

34 lines
830 B
Makefile

PORTNAME= nncp
DISTVERSION= 8.8.1
PORTREVISION= 10
CATEGORIES= net
MASTER_SITES= http://www.nncpgo.org/download/
MAINTAINER= stargrave@stargrave.org
COMMENT= Utilities for secure store-and-forward files, mail, command exchanging
WWW= http://www.nncpgo.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= go:1.20,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>