summaryrefslogtreecommitdiff
path: root/security/aescrypt/Makefile
blob: 1133e75bd5e632c76933eb109524185761b4f2ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>