freebsd-ports/net/pecl-gupnp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
496 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:net/gupnp
USE_PHP= yes
USE_PHPEXT= yes
USES= pkgconfig tar:tgz
IGNORE_WITH_PHP= 70
post-patch:
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
.include <bsd.port.mk>