summaryrefslogtreecommitdiff
path: root/games/wesnoth/Makefile
diff options
context:
space:
mode:
authormanu <manu>2004-07-14 13:20:15 +0000
committermanu <manu>2004-07-14 13:20:15 +0000
commitf0a85f2684d97ba3c763c06354be1e433e859e99 (patch)
treeb5e0d1c5d9fbd1f888c46cefa53ee0ecadaa898e /games/wesnoth/Makefile
parente133c47aada8ec57d10cf365d076c039e285678d (diff)
downloadpkgsrc-f0a85f2684d97ba3c763c06354be1e433e859e99.tar.gz
Wesnoth is a fantasy turn-based strategy game
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r--games/wesnoth/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
new file mode 100644
index 00000000000..301a95a52dd
--- /dev/null
+++ b/games/wesnoth/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/14 13:20:15 manu Exp $
+#
+
+DISTNAME= wesnoth-0.8
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
+
+MAINTAINER= manu@NetBSD.org
+HOMEPAGE= http://www.wesnoth.org/
+COMMENT= Fantasy turn-based strategy game
+
+HAS_CONFIGURE= YES
+USE_BUILDLINK3= YES
+UNLIMIT_RESOURCES+= datasize
+
+CONFIGURE_ARGS+= --prefix=${LOCALBASE}
+
+BUILDLINK_DEPENDS.SDL= SDL>=1.2.7
+BUILDLINK_DEPENDS.SDL_mixer= SDL_mixer>=1.2.5nb3
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
+.include "../../devel/SDL_ttf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"