1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Support staging and add LICENSE

This commit is contained in:
Emanuel Haupt 2014-02-08 17:58:31 +00:00
parent c0da8c6b54
commit 886923a401
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343371

View File

@ -11,17 +11,17 @@ MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \
MAINTAINER= gehm@physik.tu-berlin.de
COMMENT= AES encrypting or decrypting pipe
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
LICENSE= GPLv2
MAN1= aespipe.1
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/aespipe
PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz
NO_STAGE= yes
.include <bsd.port.pre.mk>
ALL_TARGET=
.if ${ARCH} == amd64
MAKE_ARGS= amd64
@ -33,4 +33,9 @@ MAKE_ARGS= x86
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>