diff options
Diffstat (limited to 'games-arcade/monster-masher/monster-masher-1.5.ebuild')
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.5.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-arcade/monster-masher/monster-masher-1.5.ebuild b/games-arcade/monster-masher/monster-masher-1.5.ebuild new file mode 100644 index 000000000000..233d9a642562 --- /dev/null +++ b/games-arcade/monster-masher/monster-masher-1.5.ebuild @@ -0,0 +1,25 @@ +# 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.ebuild,v 1.1 2004/01/18 06:13:29 vapier 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" + +RDEPEND="virtual/x11 + dev-cpp/gtkmm + dev-cpp/libgnomemm + dev-cpp/libgnomeuimm + dev-cpp/gconfmm + dev-cpp/libglademm" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_install() { + emake install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog README +} |