summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-24 05:21:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-24 05:21:40 +0000
commitb2c25e61248d9ff80af74d2405257ddae9575c05 (patch)
tree9cbf3b52e9ce73aa5e81bb01a8453b20f0a1917f /games-arcade/monster-masher/monster-masher-1.5.2.ebuild
parent~amd64 (diff)
downloadhistorical-b2c25e61248d9ff80af74d2405257ddae9575c05.tar.gz
historical-b2c25e61248d9ff80af74d2405257ddae9575c05.tar.bz2
historical-b2c25e61248d9ff80af74d2405257ddae9575c05.zip
version bump
Diffstat (limited to 'games-arcade/monster-masher/monster-masher-1.5.2.ebuild')
-rw-r--r--games-arcade/monster-masher/monster-masher-1.5.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/games-arcade/monster-masher/monster-masher-1.5.2.ebuild b/games-arcade/monster-masher/monster-masher-1.5.2.ebuild
new file mode 100644
index 000000000000..db7fc3d0b577
--- /dev/null
+++ b/games-arcade/monster-masher/monster-masher-1.5.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.5.2.ebuild,v 1.1 2004/04/24 05:21:40 mr_bones_ Exp $
+
+DESCRIPTION="Squash the monsters with your levitation worker gnome"
+HOMEPAGE="http://www.cs.auc.dk/~olau/monster-masher/"
+SRC_URI="http://www.cs.auc.dk/~olau/monster-masher/source/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc"
+IUSE=""
+
+DEPEND="virtual/x11
+ dev-cpp/gtkmm
+ dev-cpp/libgnomemm
+ dev-cpp/libgnomeuimm
+ dev-cpp/gconfmm
+ dev-cpp/libglademm"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README
+}