blob: 2fa2e37f3e7c86bbd97f87c15efe2440bdd02e93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2004 Gentoo Foundation
# 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.3 2004/07/14 14:23:16 agriffis 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"
IUSE=""
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
}
|