diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /emulators | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=322621
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xcpc/Makefile | 8 | ||||
-rw-r--r-- | emulators/xzx/Makefile | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index 131fef2865ee..f1c3201d148d 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -8,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= pixel@hugbox.org -COMMENT= A portable Amstrad 464&/664/6128 emulator +COMMENT= Portable Amstrad 464&/664/6128 emulator HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -29,7 +29,7 @@ MOTIF_DESC= With Motif widget set ATHENA_DESC= With Athen widget set XSHM_DESC= With XShm support -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug @@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--disable-xshm .endif .if ${PORT_OPTIONS:MMOTIF} -USE_MOTIF=yes +USES+= motif CONFIGURE_ARGS+=--with-motif1 .else CONFIGURE_ARGS+=--without-motif1 @@ -57,4 +57,4 @@ CONFIGURE_ARGS+=--with-athena CONFIGURE_ARGS+=--without-athena .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index f396bef633f5..36cf3c44a1f0 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}-pro-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 -USES= imake:env +USES= imake:env motif -USE_MOTIF= yes USE_XORG= x11 ice sm xext xpm xt xxf86vm # License forbids redistribution |