diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
commit | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /emulators/xcpc | |
parent | 001afe11f445e4869bac6a102524066580819412 (diff) | |
download | freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.gz freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.zst freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Diffstat (limited to 'emulators/xcpc')
-rw-r--r-- | emulators/xcpc/Makefile | 8 |
1 files changed, 4 insertions, 4 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> |