diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:13:46 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 13:13:46 +0000 |
| commit | 4de7d44a7957c1f591b2d2633e2327881745a4ec (patch) | |
| tree | 2b3258dcf37141d2231e20873e48d45fa8ffa4a9 /emulators | |
| parent | d1e4387ae1f7c6b04efca6bbea6d9c168e1e74e4 (diff) | |
Notes
Diffstat (limited to 'emulators')
| -rw-r--r-- | emulators/atari800/Makefile | 2 | ||||
| -rw-r--r-- | emulators/darcnes/Makefile | 2 | ||||
| -rw-r--r-- | emulators/dynamips-devel/Makefile | 2 | ||||
| -rw-r--r-- | emulators/raine/Makefile | 4 | ||||
| -rw-r--r-- | emulators/snes9x/Makefile | 3 | ||||
| -rw-r--r-- | emulators/stella/Makefile | 2 | ||||
| -rw-r--r-- | emulators/vMac/Makefile | 2 | ||||
| -rw-r--r-- | emulators/yape/Makefile | 2 | ||||
| -rw-r--r-- | emulators/zsnes/Makefile | 3 |
9 files changed, 10 insertions, 12 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 1a8e631e9486..dd6aafb27bb0 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -20,7 +20,7 @@ RESTRICTED= xf25 contains copyright ROMs and cannot be distributed. WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAN1= atari800.1 diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 36c9fa538363..824045704256 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -17,7 +17,7 @@ NO_CDROM= Commercial use is restricted WRKSRC= ${WRKDIR}/${PORTNAME} WANT_GNOME= yes -USE_GMAKE= yes +USES= gmake MAKE_ARGS= CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \ AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}" diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index 5e3e4a6835f4..52a8f6aac0ca 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf CONFLICTS= dynamips-[0-9]* dynamips-community-[0-9]* LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake ALL_TARGET= ${PORTNAME} nvram_export MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\ PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\ diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 31b9e92e254b..55efa686e762 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro \ vga.1:${PORTSDIR}/graphics/svgalib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_BZIP2= yes -USE_GMAKE= yes + +USES= gmake tar:bzip2 USE_SDL= sdl USE_GNOME= gnomehier MAKEFILE= makefile diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 8aaa876e8bef..cc1a9a306104 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -14,9 +14,8 @@ COMMENT= Super Nintendo Entertainment System(SNES) Emulator LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USE_BZIP2= yes USE_XORG= x11 sm ice xext -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-extensions CPPFLAGS+= -I${LOCALBASE}/include diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index f0a153294b83..01b72c8e4c39 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= sdl -USE_GMAKE= yes +USES= gmake HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index c91aebf1d018..56f307baa8e8 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Emulates a MacPlus machine! Runs MacOS versions up to 7.5.5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext SUB_FILES= pkg-message diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 0a36705adc24..967e93f0a612 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -12,7 +12,7 @@ MAINTAINER= jmohacsi@bsd.hu COMMENT= Yet Another Commodore +4 Emulator USE_SDL= sdl -USE_GMAKE= yes +USES= gmake NO_WRKSUBDIR= yes ALL_TARGET= yape diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 39b586bede94..74cffede4dca 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -27,9 +27,8 @@ OPTIONS_DEFAULT=X11 JMA DEBUGGER_DESC= ZSNES Debugger JMA_DESC= JMA support -USE_BZIP2= yes USE_SDL= sdl -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-cpucheck |
