summaryrefslogtreecommitdiff
path: root/security/libgcrypt-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgcrypt-devel/Makefile')
-rw-r--r--security/libgcrypt-devel/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/security/libgcrypt-devel/Makefile b/security/libgcrypt-devel/Makefile
deleted file mode 100644
index 09c7be21e5b7..000000000000
--- a/security/libgcrypt-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection Makefile for: libgcrypt
-# Date created: July 17 2002
-# Whom: Tilman Linneweh <arved@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= libgcrypt
-PORTVERSION= 1.1.12
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR= alpha/libgcrypt
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= "General purpose crypto library based on code used in GnuPG"
-
-USE_REINPLACE= yes
-USE_PERL5= yes
-#USE_AUTOCONF_VER= 253
-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*
-
-.include <bsd.port.mk>