summaryrefslogtreecommitdiff
path: root/security/libgcrypt/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-14 12:38:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-14 12:38:48 +0000
commit74c43352a7414cddf89de026a59be12ffa0d8c5f (patch)
treee8d13f40b7fe35559bf9404b48a45c70179dbf79 /security/libgcrypt/Makefile
parentAdd pmap 20021014, detailed process memory display. (diff)
add libgcrypt 1.1.0
General purpose crypto library based on code used in GnuPG PR: 43894 Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=68030
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r--security/libgcrypt/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
new file mode 100644
index 000000000000..799de43bfbfd
--- /dev/null
+++ b/security/libgcrypt/Makefile
@@ -0,0 +1,34 @@
+# New ports collection Makefile for: libgcrypt
+# Date created: July 17 2002
+# Whom: Tilman Linneweh <tilman@arved.de>
+#
+# $FreeBSD$
+
+PORTNAME= libgcrypt
+PORTVERSION= 1.1.10
+CATEGORIES= security
+MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/ \
+ ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \
+ http://ftp.hi.is/pub/mirrors/gnupg/alpha/libgcrypt/ \
+ http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/alpha/libgcrypt/ \
+ ${MASTER_SITE_RINGSERVER}/net/gnupg/alpha/libgcrypt/ \
+
+MAINTAINER= freebsdports@arved.de
+
+BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
+
+USE_REINPLACE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+INSTALLS_SHLIB= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
+ ${WRKSRC}/scripts/ltmain.sh
+
+pre-configure:
+ @${RM} -f ${WRKSRC}/doc/gcrypt.info*
+ @cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
+
+.include <bsd.port.mk>