1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/pecl-gupnp/Makefile
Sunpoet Po-Chuan Hsieh 2a87813118 - Move distfile to PECL directory
- Cleanup Makefile header

Feature safe:	yes
2013-04-17 18:59:30 +00:00

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>