blob: da24852b10d9c2d654e1459700ca4fbd2c900b6f (
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
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: aescrypt
# Date created: 12 December 2000
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= aescrypt
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
PATCH_SITES= http://devel.ringlet.net/security/aescrypt/patches/ \
http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/
PATCHFILES= aescrypt-0.7-roam-whopper-01.patch.gz
MAINTAINER= roam@FreeBSD.org
COMMENT= A command-line AES encryption/decryption suite
GNU_CONFIGURE= yes
MAKE_ENV+= BINGRP=wheel
MAN1= aescrypt.1 aesget.1
MANCOMPRESSED= yes
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
|