freebsd-ports/security/pecl-gnupg/Makefile
Marcus Alves Grando 5c17e48cf2 - Update to 1.3 to fix build with PHP 5.2.0
Notified by:	krismail
2006-11-09 01:17:15 +00:00

39 lines
810 B
Makefile

# Ports collection makefile for: pear-gnupg
# Date created: 16 March 2006
# Whom: mnag@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gnupg
PORTVERSION= 1.3
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= mnag@FreeBSD.org
COMMENT= A pecl wrapper around the gpgme library
LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= gnupg
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 && ${PHP_VER} == 5
USE_GCC= 3.2+
.endif
post-patch:
@${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
${WRKSRC}/config.m4
.include <bsd.port.post.mk>