mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7881d1c5aa
- Bump PORTREVISION for package change
39 lines
977 B
Makefile
39 lines
977 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gupnp-igd
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library to handle UPnP IGD port mapping
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
|
|
gobject-introspection>=0.10:${PORTSDIR}/devel/gobject-introspection \
|
|
gupnp>=0.18:${PORTSDIR}/net/gupnp
|
|
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp
|
|
RUN_DEPENDS= gupnp>=0.18:${PORTSDIR}/net/gupnp
|
|
|
|
OPTIONS_DEFINE= PYTHON
|
|
OPTIONS_DEFAULT=PYTHON
|
|
OPTIONS_SUB= yes
|
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
|
USE_GNOME= glib20 introspection:build
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
|
|
|
PYTHON_CONFIGURE_ENABLE=python
|
|
PYTHON_USE= PYTHON=yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|