summaryrefslogtreecommitdiff
path: root/net/gupnp-igd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gupnp-igd/Makefile')
-rw-r--r--net/gupnp-igd/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile
new file mode 100644
index 00000000000..a6425b0309f
--- /dev/null
+++ b/net/gupnp-igd/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $
+#
+
+DISTNAME= gupnp-igd-0.1.3
+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
+
+.include "../../net/gupnp/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"