mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
27 lines
619 B
Makefile
27 lines
619 B
Makefile
# New ports collection makefile for: gupnp-igd
|
|
# Date created: 2009-12-26
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gupnp-igd
|
|
PORTVERSION= 0.1.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.gupnp.org/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library to handle UPnP IGD port mapping
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject
|
|
LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack intlhack libglade2 glib20
|
|
USE_LDCONFIG= yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|