summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-server/crossfire-server/crossfire-server-1.7.0.ebuild')
-rw-r--r--games-server/crossfire-server/crossfire-server-1.7.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-server/crossfire-server/crossfire-server-1.7.0.ebuild b/games-server/crossfire-server/crossfire-server-1.7.0.ebuild
deleted file mode 100644
index 0fdc967a8bef..000000000000
--- a/games-server/crossfire-server/crossfire-server-1.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.7.0.ebuild,v 1.1 2005/07/26 22:31:04 wolf31o2 Exp $
-
-inherit eutils games
-
-MY_P="${P/-server}"
-DESCRIPTION="server for the crossfire clients"
-HOMEPAGE="http://crossfire.real-time.com/"
-SRC_URI="mirror://sourceforge/crossfire/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="X"
-
-DEPEND="virtual/libc
- X? (
- virtual/x11
- media-libs/libpng )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- egamesconf $(use_with X x) || die
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
- dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO
- prepgamesdirs
-}