aboutsummaryrefslogtreecommitdiff
path: root/games/moonlander
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 09:14:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 09:14:10 +0000
commite587cce18d218023990f567c4bb37a57713f2408 (patch)
tree4b2037efa311b2c88ad6376374840e8f02a6330b /games/moonlander
parenta53757871183c4b0b05bc2d4a59ca5cb50273fa4 (diff)
downloadports-e587cce18d218023990f567c4bb37a57713f2408.tar.gz
ports-e587cce18d218023990f567c4bb37a57713f2408.zip
Notes
Diffstat (limited to 'games/moonlander')
-rw-r--r--games/moonlander/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/moonlander/Makefile b/games/moonlander/Makefile
index 94900b073d82..c37114d6ee4b 100644
--- a/games/moonlander/Makefile
+++ b/games/moonlander/Makefile
@@ -22,6 +22,10 @@ USE_REINPLACE= YES
WRKSRC= ${WRKDIR}/moon-lander
+OPTIONS= SOUND "Sound support" on
+
+.include <bsd.port.pre.mk>
+
install_dirs= fonts images
.if defined(WITHOUT_SOUND)
CFLAGS+= -DNOSOUND
@@ -46,4 +50,4 @@ post-install:
@${FIND} ${PREFIX}/share/moonlander -type f -print0 | \
${XARGS} -0 ${CHMOD} 444
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>