mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
26 lines
488 B
Makefile
26 lines
488 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gupnp
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= net pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= GUPnP wrapper extension
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USES= pkgconfig tar:tgz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|