mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# Created by: Florian Smeets <flo@smeets.im>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wbxml
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= PECL extension that provides WBXML conversion capabilities
|
|
|
|
LIB_DEPENDS= libwbxml2.so:textproc/wbxml2
|
|
|
|
USES= php:pecl
|
|
|
|
CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \
|
|
--with-libexpat-dir=${LOCALBASE}
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|