aboutsummaryrefslogtreecommitdiffstats
path: root/security/ccrypt/Makefile
blob: 047187038311b301a91bf4e723ddae17e816ecfd (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
30
31
# Created by: ijliao

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>