mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
24 lines
513 B
Makefile
24 lines
513 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 72 73
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|