From 7cb777a16393ffcd930efbfa92e93faf69077ea7 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 8 Aug 2010 18:04:52 +0000 Subject: [PATCH] The SDL slave port of games/stonesoup PR: ports/147828 Submitted by: maintainer Approved by: tabthorpe (mentor, implicit) --- games/stonesoup-sdl/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games/stonesoup-sdl/Makefile 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"