aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-10-30 23:23:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-10-30 23:23:23 +0000
commitc7e454d60c06faf3e5ca55173a78f74c65e2eb9d (patch)
tree118fce9b854939902b97da0cd04cee39b112baa9 /security/gnupg1
parentedd16b4a1712b1e0b59c04ca8c462378de5e2d77 (diff)
downloadports-c7e454d60c06faf3e5ca55173a78f74c65e2eb9d.tar.gz
ports-c7e454d60c06faf3e5ca55173a78f74c65e2eb9d.zip
Enable the CAMELLIA cipher and noexecstack (support for which gets
auto-detected). While here, fix a few Makefile nits and provide a better COMMENT.
Notes
Notes: svn path=/head/; revision=424966
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index b9a81672c730..b0b21beeebf3 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