summaryrefslogtreecommitdiff
path: root/emulators/atari800/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-03-22 08:46:26 +0000
committeradam <adam>2005-03-22 08:46:26 +0000
commit0fb5af0876a6250496bd5d701d46b9ef8909c19b (patch)
treeefa2b7e2c07f04f2a5805f3324c9bc0a2629dbf4 /emulators/atari800/Makefile
parent4b611df2bbe5b37c58a747eb54dcc2fa2e8e9ada (diff)
downloadpkgsrc-0fb5af0876a6250496bd5d701d46b9ef8909c19b.tar.gz
Use options framework: build either with X11 or SDL
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r--emulators/atari800/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile
index 6c2bbac9a58..b7b9612b6e4 100644
--- a/emulators/atari800/Makefile
+++ b/emulators/atari800/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/01/05 11:00:26 adam Exp $
+# $NetBSD: Makefile,v 1.28 2005/03/22 08:46:26 adam Exp $
DISTNAME= atari800-1.3.5
CATEGORIES= emulators
@@ -16,11 +16,11 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK3= YES
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
-USE_X11= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --target=x11
+GNU_CONFIGURE= yes
+
+.include "options.mk"
# override HOME to avoid picking up a bad ${HOME}/.atari800 during the build
MAKE_FLAGS+= HOME=${WRKSRC}
@@ -35,5 +35,7 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/*.rom ${WRKDIR}/*.xfd ${WRKDIR}/*.atr \
${WRKSRC}/atari800.cfg ${PREFIX}/share/atari800/
+.include "../../devel/zlib/buildlink3.mk"
+
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"