aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-08-09 02:04:52 +0800
committerrene <rene@FreeBSD.org>2010-08-09 02:04:52 +0800
commite38bb7636a09b09c655d9cb0e1466aa39c9c9bcf (patch)
tree5faf65e5cabea4f64806edc752a5c8e0d9ccaad5 /games
parent21ad7f40bb6f22ed6688abc7ceaa978e275e3ed3 (diff)
downloadfreebsd-ports-gnome-e38bb7636a09b09c655d9cb0e1466aa39c9c9bcf.tar.gz
freebsd-ports-gnome-e38bb7636a09b09c655d9cb0e1466aa39c9c9bcf.tar.zst
freebsd-ports-gnome-e38bb7636a09b09c655d9cb0e1466aa39c9c9bcf.zip
The SDL slave port of games/stonesoup
PR: ports/147828 Submitted by: maintainer Approved by: tabthorpe (mentor, implicit)
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"