Enable silent rules with automake 1.11 Fix race if g_main_loop_quit() is called just before g_main_loop_run() override the main-context construct time property in the constructor Fixed installation of python bindings Add test for empty ip address Test invalid IP address Remove empty lines Validate returned IP addresses
28 lines
762 B
Makefile
28 lines
762 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/06/15 11:48:07 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gupnp-igd-0.1.7
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= http://www.gupnp.org/sources/gupnp-igd/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gupnp.org/
|
|
COMMENT= Library to handle UPnP IGD port mapping
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= gupnp-igd-1.0.pc.in
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../net/gupnp/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/py-gobject/buildlink3.mk"
|
|
.include "../../textproc/gtk-doc/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|