diff options
Diffstat (limited to 'mail-client/xfmail/xfmail-1.5.3.ebuild')
-rw-r--r-- | mail-client/xfmail/xfmail-1.5.3.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/mail-client/xfmail/xfmail-1.5.3.ebuild b/mail-client/xfmail/xfmail-1.5.3.ebuild deleted file mode 100644 index a1cb975601d3..000000000000 --- a/mail-client/xfmail/xfmail-1.5.3.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/mail-client/xfmail/xfmail-1.5.3.ebuild,v 1.3 2004/07/14 16:34:20 agriffis Exp $ - -IUSE="ldap" - -DESCRIPTION="A full-featured mail program using XForms" -SRC_URI="ftp://ftp.xfmail.org/pub/${PN}/release/1.5.3/source/${P}.tar.bz2" -HOMEPAGE="http://www.xfmail.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -DEPEND="virtual/x11 - >=x11-libs/xforms-1.0_rc4 - ldap? ( >=net-nds/openldap-2.0.11 )" - - -RDEPEND="virtual/x11 - >=x11-libs/xforms-1.0_rc4 - ldap? ( >=net-nds/openldap-2.0.11 )" - -src_compile() { - - local myconf - - use ldap && myconf="$myconf --with-ldap" - - ./autogen.sh \ - --host=${CHOST} \ - --prefix=/usr \ - --with-faces $myconf || die - emake || die -} - -src_install () { - - make prefix=${D}/usr \ - manualdir=${D}/usr/share/doc/${PF}/html \ - install || die - - dodoc AUTHORS ChangeLog* NEWS README* TODO* - -} |