1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/aescrypt/Makefile
Peter Pentchev 641e9357ef A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:	Brian Poole <raj@cerias.purdue.edu>
2004-11-01 17:09:55 +00:00

24 lines
508 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>