freebsd-ports/security/ccrypt/Makefile
Fernando Apesteguía 63a7155b2a security/ccrypt: update to 1.11
* Fixes a number of minor portability issues and minor bugs

PR:	230995
Submitted by:	dg@syrec.org
Approved by:	tcberner (mentor), dev2@heesakkers.info (maintainer)
Differential Revision:	https://reviews.freebsd.org/D17098
2018-09-09 20:54:29 +00:00

32 lines
688 B
Makefile

# Created by: ijliao
# $FreeBSD$
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>