freebsd-ports/security/libgcrypt-devel/Makefile

49 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection Makefile for: libgcrypt
# Date created: July 17 2002
2003-01-02 15:18:00 +01:00
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= libgcrypt
PORTVERSION= 1.1.12
CATEGORIES= security
2003-02-15 11:51:48 +01:00
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/libgcrypt
2003-07-18 15:37:14 +02:00
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig
2003-01-02 15:18:00 +01:00
MAINTAINER= arved@FreeBSD.org
2003-02-22 15:38:12 +01:00
COMMENT= "General purpose crypto library based on code used in GnuPG"
USE_REINPLACE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
2003-08-04 19:54:30 +02:00
INFO= gcrypt
2003-07-18 15:37:14 +02:00
.include <bsd.port.pre.mk>
pre-extract:
.if exists(${PREFIX}/bin/gpg)
@${ECHO_CMD} "===> Verifying GnuPG Signature."
-${PREFIX}/bin/gpg --keyserver pgp.mit.edu --recv-key 57548DCD
cd ${DISTDIR}; ${PREFIX}/bin/gpg --verify \
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig \
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
.else
@${ECHO_CMD} "===> GnuPG not installed. Signature can not be verified"
.endif
post-patch:
@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
${WRKSRC}/scripts/ltmain.sh
pre-configure:
@${RM} -f ${WRKSRC}/doc/gcrypt.info*
2003-07-18 15:37:14 +02:00
.include <bsd.port.post.mk>