freebsd-ports/security/libgcrypt/Makefile

41 lines
900 B
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
2007-02-02 15:25:54 +01:00
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= security
2003-02-15 11:51:48 +01:00
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= libgcrypt
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"
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= 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>
2005-05-27 15:53:31 +02:00
.if ${ARCH} == "powerpc"
CONFIGURE_ARGS+= --disable-asm
.endif
post-patch:
@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
${WRKSRC}/ltmain.sh
pre-configure:
@${RM} -f ${WRKSRC}/doc/gcrypt.info*
2003-07-18 15:37:14 +02:00
.include <bsd.port.post.mk>