diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | 5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /emulators | |
parent | 1797fa8d15fb48b349a9dcceef649bf7bbbc52c3 (diff) | |
download | freebsd-ports-gnome-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.gz freebsd-ports-gnome-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.tar.zst freebsd-ports-gnome-5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 3 | ||||
-rw-r--r-- | emulators/quasi88/Makefile | 3 | ||||
-rw-r--r-- | emulators/vMac/Makefile | 3 | ||||
-rw-r--r-- | emulators/xhomer/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index fa2fde120ea9..b00f1dff836d 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac -EXTRACT_SUFX= .tgz MAINTAINER= martymac@FreeBSD.org COMMENT= Gamecube and Wii Emulator @@ -27,7 +26,7 @@ USE_WX= 3.0+ WX_UNICODE= yes USE_GL= gl glew glu -USES= dos2unix cmake iconv openal pkgconfig +USES= dos2unix cmake iconv openal pkgconfig tar:tgz DOS2UNIX_REGEX= .*\.(h|c|cpp) # Disable ALSA (emulated) and ao (buggy) diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 53e386440e90..f506cbda4b5d 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 0.6.3 PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PC-8801 emulator for X USE_XORG= x11 xext -USES= gmake +USES= gmake tar:tgz MAKE_ENV= DATADIR="${DATADIR}" _CC="${CC}" _CFLAGS="${CFLAGS}" \ _CXX="${CXX}" LD="${CXX}" PROGRAM="${PORTNAME}" MAKE_ARGS= ARCH="freebsd" diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 56f307baa8e8..10fac4e4a6b0 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -7,13 +7,12 @@ PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://www.vmac.org/download/XWindows/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Emulates a MacPlus machine! Runs MacOS versions up to 7.5.5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake +USES= gmake tar:tgz GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext SUB_FILES= pkg-message diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index f25de6051cce..840982d76668 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -7,12 +7,11 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://xhomer.isani.org/xhomer/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Emulator for the DEC Pro 350 computer -USES= gmake +USES= gmake tar:tgz USE_XORG= xt sm ice xext x11 ALL_TARGET= clean xhomer INSTALL_TARGET= |