]> Cypherpunks.ru repositories - nncp.git/blob - ports/nncp/Makefile
Replace Twofish/HKDF with ChaCha20/BLAKE2X for speed and simplicity
[nncp.git] / ports / nncp / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       nncp
4 PORTVERSION=    2.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 and mail 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
19 USE_RC_SUBR=    nncp-caller nncp-daemon nncp-toss
20 REQUIRE=        DAEMON
21
22 SUB_FILES=      pkg-message pkg-install pkg-deinstall nncp.newsyslog.conf.sample
23
24 PORTDOCS=       AUTHORS NEWS NEWS.RU README README.RU THANKS
25 INFO=           nncp
26 INSTALL_TARGET= install-strip
27
28 PLIST_FILES=    bin/nncp-bundle \
29                 bin/nncp-call \
30                 bin/nncp-caller \
31                 bin/nncp-cfgenc \
32                 bin/nncp-cfgmin \
33                 bin/nncp-cfgnew \
34                 bin/nncp-check \
35                 bin/nncp-daemon \
36                 bin/nncp-file \
37                 bin/nncp-freq \
38                 bin/nncp-log \
39                 bin/nncp-mail \
40                 bin/nncp-pkt \
41                 bin/nncp-reass \
42                 bin/nncp-rm \
43                 bin/nncp-stat \
44                 bin/nncp-toss \
45                 bin/nncp-xfer \
46                 "@sample etc/newsyslog.conf.d/nncp.conf.sample"
47
48 post-install:
49         ${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
50         ${INSTALL_DATA} ${WRKDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/nncp.conf.sample
51
52 .include <bsd.port.mk>