1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/textproc/pecl-xdiff/Makefile
Martin Wilke 6628b61e0e -Update to 1.4.1
PR:		125172
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-07-18 20:44:17 +00:00

27 lines
577 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.4.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
post-configure:
echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
.include <bsd.port.mk>