summaryrefslogtreecommitdiff
path: root/games/alephone
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-10-30 10:04:45 +0000
committerwiz <wiz@pkgsrc.org>2007-10-30 10:04:45 +0000
commitb5e97029f24db5c05f3c7dd63e4e015c5b9b8999 (patch)
treebde7abd5c69655a3166cfa69cc4da7bd38d01fb2 /games/alephone
parentd8f084d853e2e0ddf0f1253334429261ba5aa98d (diff)
downloadpkgsrc-b5e97029f24db5c05f3c7dd63e4e015c5b9b8999.tar.gz
Import alephone from pkgsrc-wip, packaged by Chris Trekker and updated
by Timothy E. Larson: Just before Bungie was acquired by Microsoft, they released the engine to their acclaimed Marathon 2 under the GPL. This has evolved into Aleph One, which makes it possible to play the classic Marathon Trilogy on a wide range of systems with improved features like OpenGL and internet play. http://trilogyrelease.bungie.org : download the (now free) original games http://traxus.jjaro.net : information and links to third-party scenarios
Diffstat (limited to 'games/alephone')
-rw-r--r--games/alephone/DESCR7
-rw-r--r--games/alephone/Makefile27
-rw-r--r--games/alephone/PLIST42
-rw-r--r--games/alephone/distinfo5
4 files changed, 81 insertions, 0 deletions
diff --git a/games/alephone/DESCR b/games/alephone/DESCR
new file mode 100644
index 00000000000..316b2819234
--- /dev/null
+++ b/games/alephone/DESCR
@@ -0,0 +1,7 @@
+Just before Bungie was acquired by Microsoft, they released the engine to
+their acclaimed Marathon 2 under the GPL. This has evolved into Aleph One,
+which makes it possible to play the classic Marathon Trilogy on a wide
+range of systems with improved features like OpenGL and internet play.
+
+http://trilogyrelease.bungie.org : download the (now free) original games
+http://traxus.jjaro.net : information and links to third-party scenarios
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
new file mode 100644
index 00000000000..d78f6e4e6aa
--- /dev/null
+++ b/games/alephone/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $
+#
+
+DISTNAME= AlephOne-20071020
+PKGNAME= ${DISTNAME:tl}
+CATEGORIES= games
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= christtrekker@users.sourceforge.net
+HOMEPAGE= http://marathon.sourceforge.net/
+COMMENT= Classic 2.5D FPS game engine, updated to use SDL
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES+= c c++
+INSTALLATION_DIRS= share/doc/AlephOne
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../audio/SDL_sound/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/alephone/PLIST b/games/alephone/PLIST
new file mode 100644
index 00000000000..06e8eba771d
--- /dev/null
+++ b/games/alephone/PLIST
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $
+bin/alephone
+share/AlephOne/Fonts
+share/AlephOne/MML/Interface_Rects.mml
+share/AlephOne/MML/Transparent_Liquids.mml
+share/AlephOne/MML/Transparent_Sprites.mml
+share/AlephOne/Themes/Default/button_c.bmp
+share/AlephOne/Themes/Default/button_l.bmp
+share/AlephOne/Themes/Default/button_r.bmp
+share/AlephOne/Themes/Default/frame_b.bmp
+share/AlephOne/Themes/Default/frame_bl.bmp
+share/AlephOne/Themes/Default/frame_br.bmp
+share/AlephOne/Themes/Default/frame_l.bmp
+share/AlephOne/Themes/Default/frame_r.bmp
+share/AlephOne/Themes/Default/frame_t.bmp
+share/AlephOne/Themes/Default/frame_tl.bmp
+share/AlephOne/Themes/Default/frame_tr.bmp
+share/AlephOne/Themes/Default/list_b.bmp
+share/AlephOne/Themes/Default/list_bl.bmp
+share/AlephOne/Themes/Default/list_br.bmp
+share/AlephOne/Themes/Default/list_l.bmp
+share/AlephOne/Themes/Default/list_r.bmp
+share/AlephOne/Themes/Default/list_t.bmp
+share/AlephOne/Themes/Default/list_tl.bmp
+share/AlephOne/Themes/Default/list_tr.bmp
+share/AlephOne/Themes/Default/resources
+share/AlephOne/Themes/Default/slider.bmp
+share/AlephOne/Themes/Default/slider_c.bmp
+share/AlephOne/Themes/Default/slider_l.bmp
+share/AlephOne/Themes/Default/slider_r.bmp
+share/AlephOne/Themes/Default/theme.mml
+share/AlephOne/Themes/Default/thumb_b.bmp
+share/AlephOne/Themes/Default/thumb_bc.bmp
+share/AlephOne/Themes/Default/thumb_c.bmp
+share/AlephOne/Themes/Default/thumb_t.bmp
+share/AlephOne/Themes/Default/thumb_tc.bmp
+share/doc/AlephOne/README
+@dirrm share/doc/AlephOne
+@dirrm share/AlephOne/Themes/Default
+@dirrm share/AlephOne/Themes
+@dirrm share/AlephOne/MML
+@dirrm share/AlephOne
diff --git a/games/alephone/distinfo b/games/alephone/distinfo
new file mode 100644
index 00000000000..5349b81b0b8
--- /dev/null
+++ b/games/alephone/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $
+
+SHA1 (AlephOne-20071020.tar.bz2) = a2a489ff6277296b0253e98019b92422aa8a483a
+RMD160 (AlephOne-20071020.tar.bz2) = 4e4439d721d13d79a87c8426beab9090647a2757
+Size (AlephOne-20071020.tar.bz2) = 7287165 bytes