diff options
Diffstat (limited to 'x11-libs/xforms/xforms-1.0.ebuild')
-rw-r--r-- | x11-libs/xforms/xforms-1.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-libs/xforms/xforms-1.0.ebuild b/x11-libs/xforms/xforms-1.0.ebuild deleted file mode 100644 index 34d6c73391ea..000000000000 --- a/x11-libs/xforms/xforms-1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0.ebuild,v 1.10 2005/07/31 04:22:27 vanquirius Exp $ - -S=${WORKDIR}/${P}-release -DESCRIPTION="A graphical user interface toolkit for X" -HOMEPAGE="http://world.std.com/~xforms/" -SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/${P}-release.tgz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc amd64" - -DEPEND="virtual/x11 - >=sys-apps/sed-4 - media-libs/jpeg" -IUSE="" - -src_unpack() { - unpack $A - cd ${WORKDIR}/${P}-release - - # use custom CFLAGS - sed -i -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ - -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Imakefile -} - -src_compile() { - xmkmf -a - sed -i -e s/'demos$'// Makefile - - # use custom CFLAGS - sed -i -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ - -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Makefile - - make || die -} - -src_install () { - make DESTDIR=${D} install || die -} |