mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# Created by: roam@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aescrypt
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
|
|
|
|
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= ports@FreeBSD.org
|
|
COMMENT= Command-line AES encryption/decryption suite
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV+= BINGRP=wheel
|
|
NO_STAGE= yes
|
|
|
|
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>
|