- use .tar.xz distfiles by default and adjust two ports that don't use these
formats yet.
This commit is contained in:
parent
d4d6930799
commit
41b845f524
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user