summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-10-30 23:23:23 +0000
committeradamw <adamw@FreeBSD.org>2016-10-30 23:23:23 +0000
commit2cbe8e95c55236970e0d78ff7d0d7c1470a50dcf (patch)
tree118fce9b854939902b97da0cd04cee39b112baa9
parent1ad0fae8a341f6366eb069b53648451931ec73b7 (diff)
downloadFreeBSD-ports-2cbe8e95c55236970e0d78ff7d0d7c1470a50dcf.zip
FreeBSD-ports-2cbe8e95c55236970e0d78ff7d0d7c1470a50dcf.tar.gz
Enable the CAMELLIA cipher and noexecstack (support for which gets
auto-detected). While here, fix a few Makefile nits and provide a better COMMENT.
-rw-r--r--security/gnupg1/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index b9a8167..b0b21be 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -2,12 +2,13 @@
PORTNAME= gnupg
PORTVERSION= 1.4.21
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG
PKGNAMESUFFIX= 1
MAINTAINER= adamw@FreeBSD.org
-COMMENT= The GNU Privacy Guard
+COMMENT= Minimal version of the PGP-compatible GNU Privacy Guard
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -15,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CPE_VENDOR= gnupg
USES= charsetfix cpe gmake tar:bzip2
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-camellia \
+ --enable-noexecstack
INFO= gnupg1
DOCSDIR= ${PREFIX}/share/doc/gnupg1
@@ -59,10 +62,8 @@ CFLAGS+= -fheinous-gnu-extensions
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in DETAILS FAQ HACKING OpenPGP
- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
-.for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \
+.for i in doc/DETAILS doc/FAQ doc/HACKING doc/OpenPGP \
+ ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \
README THANKS TODO VERSION
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
OpenPOWER on IntegriCloud