aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gngb/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-03 19:12:04 +0800
committermiwi <miwi@FreeBSD.org>2014-02-03 19:12:04 +0800
commitb1c046de1f0e61ec202989a62d7fe7db94096a7a (patch)
treecf573d52193dc7bddd280c4edd912990e3f61c9b /emulators/gngb/Makefile
parentc0ff616c6e2d4068648ec44d315f347ff11021cd (diff)
downloadfreebsd-ports-gnome-b1c046de1f0e61ec202989a62d7fe7db94096a7a.tar.gz
freebsd-ports-gnome-b1c046de1f0e61ec202989a62d7fe7db94096a7a.tar.zst
freebsd-ports-gnome-b1c046de1f0e61ec202989a62d7fe7db94096a7a.zip
- Stage support
Diffstat (limited to 'emulators/gngb/Makefile')
-rw-r--r--emulators/gngb/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile
index 78e9fb5c2dc6..6e0e8e2bd59f 100644
--- a/emulators/gngb/Makefile
+++ b/emulators/gngb/Makefile
@@ -11,16 +11,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GameBoy(tm) emulator
USE_SDL= sdl
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
USE_CSTD= gnu89
-PLIST_FILES= bin/gngb
+PLIST_FILES= bin/gngb \
+ man/man1/gngb.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= gngb.1
.if defined(WITH_GL)
USE_GL= gl
@@ -28,7 +28,6 @@ USE_GL= gl
CONFIGURE_ARGS+= --disable-gl
.endif
-NO_STAGE= yes
pre-everything::
.if !defined(WITH_GL)
@${ECHO_MSG}