freebsd-ports/security/aescrypt/Makefile
2003-02-19 16:07:30 +00:00

23 lines
510 B
Makefile

# New ports collection makefile for: aescrypt
# Date created: 12 December 2000
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= aescrypt
PORTVERSION= 0.7
CATEGORIES= security
MASTER_SITES= http://aescrypt.sourceforge.net/
MASTER_SITE_SUBDIR=aescrypt
MAINTAINER= roam@FreeBSD.org
COMMENT= "A command-line AES encryption/decryption suite"
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/aescrypt
${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/aescrypt
.include <bsd.port.mk>