aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-08-08 18:04:52 +0000
committerRene Ladan <rene@FreeBSD.org>2010-08-08 18:04:52 +0000
commit7cb777a16393ffcd930efbfa92e93faf69077ea7 (patch)
treefd4d7a665bf5fd81d69a5d575c8f35e06dcb7718 /games
parent143c7c4f8a5fdbf94998dbb0e5a2e708f45f22d3 (diff)
downloadports-7cb777a16393ffcd930efbfa92e93faf69077ea7.tar.gz
ports-7cb777a16393ffcd930efbfa92e93faf69077ea7.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/stonesoup-sdl/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/stonesoup-sdl/Makefile b/games/stonesoup-sdl/Makefile
new file mode 100644
index 000000000000..1a8cde69dfe5
--- /dev/null
+++ b/games/stonesoup-sdl/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: stonesoup-sdl
+# Date created: 13 June 2010
+# Whom: tobias.rehbein@web.de
+#
+# $FreeBSD$
+#
+
+WITH_SDL= yes
+
+MASTERDIR= ${.CURDIR}/../stonesoup
+
+.include "${MASTERDIR}/Makefile"