Edwin Groothuis bb2e13e258 security/libgcrypt portlint fixes
1. remove quotes from COMMENT
	2. INSTALLS_SHLIB -> USE_LDCONFIG

PR:		ports/115286
Submitted by:	David Yeske <dyeske@gmail.com>
Approved by:	maintainer timeout
2007-09-24 00:35:45 +00:00

41 lines
896 B
Makefile

# New ports collection Makefile for: libgcrypt
# Date created: July 17 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= libgcrypt
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= libgcrypt
MAINTAINER= arved@FreeBSD.org
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}
USE_LDCONFIG= yes
INFO= gcrypt
.include <bsd.port.pre.mk>
.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*
.include <bsd.port.post.mk>