summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/freelords/freelords-0.3.1.ebuild')
-rw-r--r--games-strategy/freelords/freelords-0.3.1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/games-strategy/freelords/freelords-0.3.1.ebuild b/games-strategy/freelords/freelords-0.3.1.ebuild
deleted file mode 100644
index 2c05a950b24b..000000000000
--- a/games-strategy/freelords/freelords-0.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.1.ebuild,v 1.3 2004/06/24 23:27:53 agriffis Exp $
-
-inherit games
-
-DESCRIPTION="Free Warlords clone"
-HOMEPAGE="http://www.freelords.org/"
-SRC_URI="mirror://sourceforge/freelords/${P}.tar.bz2"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/expat
- >=media-libs/libsdl-1.2.0
- >=media-libs/sdl-image-1.2.0
- >=media-libs/paragui-1.0.4
- >=dev-libs/libsigc++-1.2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "s:/etc/freelordsrc:${GAMES_SYSCONFDIR}/freelordsrc:" src/main.cpp \
- || die "sed src/main.cpp failed"
-}
-
-src_compile() {
- egamesconf --disable-paraguitest || die
- emake CXXFLAGS="${CXXFLAGS}" || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodir "${GAMES_SYSCONFDIR}"
- mv "${D}/etc/freelordsrc" "${D}/${GAMES_SYSCONFDIR}/"
- dodoc AUTHORS BUGS ChangeLog DEPENDENCIES HACKER NEWS README TODO doc/* \
- || die "dodoc failed"
- prepgamesdirs
-}