]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/Makefile
FreeBSD's port description sync
[nncp.git] / ports / nncp / Makefile
1 # $FreeBSD: head/net/nncp/Makefile 471003 2018-05-27 20:24:00Z krion $
2
3 PORTNAME=       nncp
4 DISTVERSION=    3.4
5 CATEGORIES=     net
6 MASTER_SITES=   http://www.nncpgo.org/download/
7
8 MAINTAINER=     stargrave@stargrave.org
9 COMMENT=        Utilities for secure store-and-forward files, mail, command exchanging
10
11 LICENSE=        GPLv3+
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 BUILD_DEPENDS=  go:lang/go
15
16 USES=           tar:xz
17 MAKEFILE=       BSDmakefile
18 USE_RC_SUBR=    nncp-caller nncp-daemon nncp-toss
19 INSTALL_TARGET= install-strip
20
21 SUB_FILES=      pkg-message pkg-install pkg-deinstall
22
23 OPTIONS_DEFINE= DOCS
24
25 PORTDOCS=       AUTHORS NEWS NEWS.RU README README.RU THANKS
26 INFO=           nncp
27
28 post-install:
29         ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample
30
31 .include <bsd.port.mk>