]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/Makefile
Fixed invalid "Size" type, leading to panic during Progress
[nncp.git] / ports / nncp / Makefile
1 # $FreeBSD: $
2
3 PORTNAME=       nncp
4 DISTVERSION=    6.3.0
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 USES=           go:modules,no_targets tar:xz
15
16 USE_RC_SUBR=    nncp-caller nncp-daemon nncp-toss
17
18 MAKE_ARGS=      INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
19 MAKE_ENV=       ${GO_ENV}
20 INSTALL_TARGET= install-strip
21
22 SUB_FILES=      pkg-message pkg-install pkg-deinstall
23
24 INFO=           nncp
25 PORTDOCS=       AUTHORS NEWS NEWS.RU README README.RU THANKS
26
27 OPTIONS_DEFINE= DOCS
28
29 post-install:
30         ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
31         ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample
32
33 .include <bsd.port.mk>