diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-23 01:32:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-23 01:32:36 +0000 |
commit | baf20ffbd2210c81cf17dc817f5e33c799347b8d (patch) | |
tree | 5670b5a8cb8fd929bed68b4b9125611c20e07191 /games-strategy | |
parent | Fix makefile patch to build on FreeBSD bug #232695, and keyword ~x86-fbsd. (diff) | |
download | gentoo-2-baf20ffbd2210c81cf17dc817f5e33c799347b8d.tar.gz gentoo-2-baf20ffbd2210c81cf17dc817f5e33c799347b8d.tar.bz2 gentoo-2-baf20ffbd2210c81cf17dc817f5e33c799347b8d.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wormux/wormux-0.7.9.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/games-strategy/wormux/wormux-0.7.9.ebuild b/games-strategy/wormux/wormux-0.7.9.ebuild deleted file mode 100644 index 77ca039091b3..000000000000 --- a/games-strategy/wormux/wormux-0.7.9.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.9.ebuild,v 1.1 2007/02/03 15:51:03 nyhm Exp $ - -inherit eutils games - -DESCRIPTION="A free Worms clone" -HOMEPAGE="http://www.wormux.org/" -SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug nls" - -RDEPEND="media-libs/libsdl - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/sdl-net - media-libs/sdl-gfx - net-misc/curl - >=dev-cpp/libxmlpp-2.6 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-user-CFLAGS.patch - sed -i \ - -e '/^xdg_appsdir/s:$(datadir):/usr/share:' \ - data/Makefile.in \ - || die "sed failed" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --with-datadir-name="${GAMES_DATADIR}"/${PN} \ - --with-localedir-name=/usr/share/locale \ - $(use_enable debug) \ - $(use_enable nls) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doicon data/wormux_128x128.png - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} |