blob: 709d3ecc3e26a92782bdc495947b3fec121e266e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= ccrypt
DISTVERSION= 1.11
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \
http://www.mathstat.dal.ca/~selinger/ccrypt/download/${DISTVERSION}/
MAINTAINER= dev2@heesakkers.info
COMMENT= Command-line utility for encrypting and decrypting files and streams
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
GNU_CONFIGURE= yes
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README doc/ccrypt.html doc/cypfaq01.txt
${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>
|