freebsd-ports/textproc/pecl-xdiff/Makefile
Greg Larkin 0b8aa3d996 - Upgrade to 1.5.1, which implicitly unbreaks after recent PHP
5.3.2 update

Reported by:	pointyhat
Approved by:	portmgr (itetcu, erwin - blanket)
2010-04-13 13:27:28 +00:00

29 lines
644 B
Makefile

# New ports collection makefile for: pecl-xdiff
# Date created: 19 April 2006
# Whom: Larry Rosenman <ler@lerctr.org>
#
# $FreeBSD$
#
PORTNAME= xdiff
PORTVERSION= 1.5.1
CATEGORIES= textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ler@lerctr.org
COMMENT= A PECL extension to create/apply binary and text patches
LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff
USE_PHP= yes
USE_PHPEXT= yes
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
post-configure:
echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
.include <bsd.port.mk>