aboutsummaryrefslogtreecommitdiffstats
path: root/security/ccrypt/Makefile
blob: 8dea3602d2e973e3730e297baa042999eb237176 (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
32
33
34
35
36
37
38
# ex:ts=8
# Ports collection makefile for:    ccrypt
# Date created:         Feb 7, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ccrypt
PORTVERSION=    1.7
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= jim@corebsd.or.id
COMMENT=    A command-line utility for encrypting and decrypting files and streams

USE_GETOPT_LONG=yes
GNU_CONFIGURE=  yes

MAN1=   ccrypt.1
MLINKS= ccrypt.1 ccencrypt.1 \
    ccrypt.1 ccdecrypt.1 \
    ccrypt.1 ccat.1

post-patch:
    @${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for i in README doc/ccrypt.html doc/cypfaq01.txt
    ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>