2000-12-12 18:12:36 +01:00
|
|
|
# New ports collection makefile for: aescrypt
|
|
|
|
# Date created: 12 December 2000
|
|
|
|
# Whom: roam@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aescrypt
|
2001-08-06 23:27:11 +02:00
|
|
|
PORTVERSION= 0.7
|
2000-12-12 18:12:36 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://aescrypt.sourceforge.net/
|
|
|
|
MASTER_SITE_SUBDIR=aescrypt
|
|
|
|
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/aescrypt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/aescrypt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|