mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
2a87813118
- Cleanup Makefile header Feature safe: yes
24 lines
459 B
Makefile
24 lines
459 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-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= GUPnP wrapper extension
|
|
|
|
LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|