freebsd-ports/security/ccrypt/Makefile
Ying-Chieh Liao 156225ecf2 add ccrypt 1.2
A command-line utility for encrypting and decrypting files and streams
2002-02-07 01:13:35 +00:00

32 lines
697 B
Makefile

# ex:ts=8
# Ports collection makefile for: ccrypt
# Date created: Feb 7, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ccrypt
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= ccrypt.1
MLINKS= ccrypt.1 ccencrypt.1 \
ccrypt.1 ccdecrypt.1 \
ccrypt.1 ccat.1
post-patch:
@${PERL} -pi -e "s,gtar,tar,g" ${WRKSRC}/configure
.include <bsd.port.mk>