aboutsummaryrefslogtreecommitdiff
path: root/emulators/jzintv
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
commited18de7de0ee1fdda14cd441bc4ed0bdce02621c (patch)
treeea8fd46efb979109cb522dcafe5bbf99b1ff6010 /emulators/jzintv
parent598456ace54cc61576da2147257c512c50a4defa (diff)
downloadports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.tar.gz
ports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.zip
Add missing USES=sdl for my ports
(and also reorder a few things)
Notes
Notes: svn path=/head/; revision=501166
Diffstat (limited to 'emulators/jzintv')
-rw-r--r--emulators/jzintv/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile
index 76498ebfe822..6c42d58e1d9a 100644
--- a/emulators/jzintv/Makefile
+++ b/emulators/jzintv/Makefile
@@ -14,13 +14,14 @@ COMMENT= Portable Intellivision(TM) Emulator
LICENSE= GPLv2
-WRKSRC= ${WRKDIR}/jzintv-1.0-beta4
-BUILD_WRKSRC= ${WRKSRC}/src
-USES= alias gmake zip
+USES= alias gmake sdl zip
USE_XORG= x11 xau xdmcp
USE_SDL= sdl
+
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` -lm
+WRKSRC= ${WRKDIR}/jzintv-1.0-beta4
+BUILD_WRKSRC= ${WRKSRC}/src
OPTIONS_DEFINE= TOOLS DOCS EXAMPLES
OPTIONS_SUB= yes