diff --git a/net/gupnp/Makefile.inc b/net/gupnp/Makefile.inc index 4cbe8905a03..9675b3eca15 100644 --- a/net/gupnp/Makefile.inc +++ b/net/gupnp/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2011/07/05 17:14:30 jasper Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2011/08/30 07:57:05 jasper Exp $ CATEGORIES ?= net devel @@ -12,6 +12,8 @@ PERMIT_PACKAGE_FTP?= Yes PERMIT_DISTFILES_CDROM?=Yes PERMIT_DISTFILES_FTP?= Yes +EXTRACT_SUFX?= .tar.xz + CONFIGURE_STYLE?= gnu CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gupnp/igd/Makefile b/net/gupnp/igd/Makefile index 2a542aab0f1..cbc1a7df5db 100644 --- a/net/gupnp/igd/Makefile +++ b/net/gupnp/igd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2011/07/05 17:14:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2011/08/30 07:57:05 jasper Exp $ COMMENT= library to handle UPnP IGD port mapping @@ -8,6 +8,8 @@ REVISION= 0 SHARED_LIBS += gupnp-igd-1.0 0.0 # 3.4 +EXTRACT_SUFX= .tar.bz2 + MODULES= devel/gettext \ lang/python \ x11/gnome diff --git a/net/gupnp/tools/Makefile b/net/gupnp/tools/Makefile index 2158a529ccf..f5f33c0cd60 100644 --- a/net/gupnp/tools/Makefile +++ b/net/gupnp/tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/06 07:23:20 jasper Exp $ +# $OpenBSD: Makefile,v 1.5 2011/08/30 07:57:05 jasper Exp $ COMMENT= free replacements of Intel UPnP tools @@ -6,6 +6,8 @@ GNOME_PROJECT= gupnp-tools GNOME_VERSION= 0.8.3 REVISION= 1 +EXTRACT_SUFX= .tar.bz2 + MODULES= devel/gettext \ x11/gnome