aboutsummaryrefslogtreecommitdiffstats
path: root/security/aescrypt/Makefile
blob: 7ed2695763414d2691e1f0b6f5f297c75c7192f0 (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>