summaryrefslogtreecommitdiff
path: root/games/battleball/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r--games/battleball/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 17b61c2e50d..7556a24801d 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/01 21:28:41 dillo Exp $
DISTNAME= battleball.21.src
PKGNAME= battleball-2.1
@@ -15,6 +15,8 @@ USE_LANGUAGES= c c++
SED_CMDS= -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|'
+.include "options.mk"
+
.include "../../mk/x11.buildlink3.mk"
do-configure:
@@ -24,13 +26,4 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin/
-.include "../../mk/bsd.prefs.mk"
-
-.if defined(BATTLEBALL_USE_MESA)
-.include "../../graphics/MesaLib/buildlink3.mk"
-.else
-CPPFLAGS+= -DNO_OPENGL
-SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|'
-.endif
-
.include "../../mk/bsd.pkg.mk"