1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/aespipe/Makefile
2014-02-08 17:58:31 +00:00

42 lines
828 B
Makefile

# Created by: Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de>
# $FreeBSD$
PORTNAME= aespipe
DISTVERSION= v2.3e
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \
http://koti.tnnet.fi/jari.ruusu/linux/
MAINTAINER= gehm@physik.tu-berlin.de
COMMENT= AES encrypting or decrypting pipe
LICENSE= GPLv2
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz
.include <bsd.port.pre.mk>
ALL_TARGET=
.if ${ARCH} == amd64
MAKE_ARGS= amd64
.endif
.if ${ARCH} == i386
MAKE_ARGS= x86
.endif
post-build:
cd ${WRKSRC} && make tests
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>