summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-12-28 03:14:12 +0000
committerMart Raudsepp <leio@gentoo.org>2007-12-28 03:14:12 +0000
commit60b904f440e01dceadc751a41299510d7d8b1391 (patch)
tree8c12d7b07becad07517f83637cbc1baa949edc8c /games-mud/wxmud/wxmud-9999.ebuild
parentversion bump (diff)
downloadgentoo-2-60b904f440e01dceadc751a41299510d7d8b1391.tar.gz
gentoo-2-60b904f440e01dceadc751a41299510d7d8b1391.tar.bz2
gentoo-2-60b904f440e01dceadc751a41299510d7d8b1391.zip
Use games.eclass
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'games-mud/wxmud/wxmud-9999.ebuild')
-rw-r--r--games-mud/wxmud/wxmud-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/games-mud/wxmud/wxmud-9999.ebuild b/games-mud/wxmud/wxmud-9999.ebuild
index ec80dbf0a400..97abe375d650 100644
--- a/games-mud/wxmud/wxmud-9999.ebuild
+++ b/games-mud/wxmud/wxmud-9999.ebuild
@@ -1,12 +1,9 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.1 2007/12/28 02:32:00 leio Exp $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.2 2007/12/28 03:14:12 leio Exp $
WX_GTK_VER=2.8
-inherit flag-o-matic subversion wxwidgets autotools
+inherit flag-o-matic subversion wxwidgets autotools games
DESCRIPTION="Cross-platform MUD client"
HOMEPAGE="http://wxmud.sourceforge.net/"
@@ -31,7 +28,8 @@ src_unpack() {
src_compile() {
append-flags -fno-strict-aliasing
- econf --with-wx-config="${WX_CONFIG}" \
+ # No audiere in portage yet, so useful MSP support is disabled for now
+ egamesconf --with-wx-config="${WX_CONFIG}" \
$(use_enable python) \
--disable-audiere \
|| die
@@ -41,4 +39,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
+ prepgamesdirs
}