2013-04-17 20:59:30 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2012-06-12 21:19:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gupnp
|
|
|
|
PORTVERSION= 1.0.0
|
|
|
|
CATEGORIES= net pear
|
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pecl-
|
2013-04-17 20:59:30 +02:00
|
|
|
DIST_SUBDIR= PECL
|
2012-06-12 21:19:07 +02:00
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= GUPnP wrapper extension
|
|
|
|
|
2013-11-21 22:14:50 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
2013-09-07 12:20:42 +02:00
|
|
|
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp
|
2012-06-12 21:19:07 +02:00
|
|
|
|
|
|
|
USE_PHP= yes
|
|
|
|
USE_PHPEXT= yes
|
2014-03-15 19:41:24 +01:00
|
|
|
USES= pkgconfig tar:tgz
|
2012-06-12 21:19:07 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|