summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-30 23:35:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-30 23:35:49 +0000
commit7ad3846427cb68d2c3539d958b8b33f82b6507d0 (patch)
tree2e5c0911c67a36e3dbe8f66a8db5f5c15ff1ce80 /games-arcade/openmortal/openmortal-0.7.ebuild
parentadded selinux supprot and patches upto 517 (Manifest recommit) (diff)
downloadgentoo-2-7ad3846427cb68d2c3539d958b8b33f82b6507d0.tar.gz
gentoo-2-7ad3846427cb68d2c3539d958b8b33f82b6507d0.tar.bz2
gentoo-2-7ad3846427cb68d2c3539d958b8b33f82b6507d0.zip
version bump
Diffstat (limited to 'games-arcade/openmortal/openmortal-0.7.ebuild')
-rw-r--r--games-arcade/openmortal/openmortal-0.7.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/games-arcade/openmortal/openmortal-0.7.ebuild b/games-arcade/openmortal/openmortal-0.7.ebuild
new file mode 100644
index 000000000000..24e59ea87c35
--- /dev/null
+++ b/games-arcade/openmortal/openmortal-0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc., 2004 Freyr Gunnar Ólafsson <gnarlin@utopia.is>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/openmortal/openmortal-0.7.ebuild,v 1.1 2004/04/30 23:35:49 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="A spoof of the famous Mortal Combat game"
+HOMEPAGE="http://apocalypse.rulez.org/~upi/Mortal/"
+SRC_URI="mirror://sourceforge/openmortal/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc ~amd64"
+IUSE=""
+
+DEPEND="virtual/x11
+ media-libs/libsdl
+ media-libs/sdl-image
+ media-libs/sdl-mixer
+ media-libs/sdl-ttf
+ media-libs/sdl-net
+ >=media-libs/freetype-2.1.0
+ dev-lang/perl"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog TODO README
+ prepgamesdirs
+}