2013-03-29 20:33:41 +01:00
|
|
|
# Created by: roam@FreeBSD.org
|
2000-12-12 18:12:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= aescrypt
|
2001-08-06 23:27:11 +02:00
|
|
|
PORTVERSION= 0.7
|
2008-06-08 19:54:35 +02:00
|
|
|
PORTREVISION= 1
|
2000-12-12 18:12:36 +01:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
|
2008-06-08 19:54:35 +02:00
|
|
|
|
|
|
|
PATCH_SITES= http://devel.ringlet.net/security/aescrypt/patches/ \
|
|
|
|
http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/
|
|
|
|
PATCHFILES= aescrypt-0.7-roam-whopper-01.patch.gz
|
2000-12-12 18:12:36 +01:00
|
|
|
|
2012-02-27 21:32:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-29 20:33:41 +01:00
|
|
|
COMMENT= Command-line AES encryption/decryption suite
|
2000-12-12 18:12:36 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-06-08 19:54:35 +02:00
|
|
|
MAKE_ENV+= BINGRP=wheel
|
|
|
|
|
2013-11-15 14:01:11 +01:00
|
|
|
BINS= aescrypt aesget
|
2000-12-12 18:12:36 +01:00
|
|
|
|
2013-11-15 14:01:11 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
.for f in ${BINS}
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}
|
2008-06-08 19:54:35 +02:00
|
|
|
.endif
|
2000-12-12 18:12:36 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|