mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gupnp
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= GUPnP wrapper extension
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libgupnp-1.0.so:net/gupnp
|
|
|
|
IGNORE_WITH_PHP=70 71 72
|
|
USES= php:pecl pkgconfig
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|