diff options
Diffstat (limited to 'x11-terms/x3270/x3270-3.3.10_p4.ebuild')
-rw-r--r-- | x11-terms/x3270/x3270-3.3.10_p4.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-terms/x3270/x3270-3.3.10_p4.ebuild b/x11-terms/x3270/x3270-3.3.10_p4.ebuild deleted file mode 100644 index bb82e757452d..000000000000 --- a/x11-terms/x3270/x3270-3.3.10_p4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/x3270/x3270-3.3.10_p4.ebuild,v 1.1 2009/10/18 20:19:00 vapier Exp $ - -S=${WORKDIR}/${PN}-${PV:0:3} - -inherit font - -MY_P="${PN/x/suite}-${PV/_p/ga}" -DESCRIPTION="IBM 3270 terminal emulator for the X Window System" -HOMEPAGE="http://x3270.bgp.nu/" -SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ssl" - -RDEPEND="ssl? ( dev-libs/openssl ) - x11-libs/libXt - x11-libs/libXaw - x11-libs/libICE - x11-libs/libX11 - x11-libs/libSM - x11-libs/libXmu - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-misc/imake" - -src_compile() { - econf \ - $(use_enable ssl) \ - --with-fontdir="${FONTDIR}" \ - || die - emake || die -} - -src_install() { - dodir "${FONTDIR}" - emake DESTDIR="${D}" install install.man || die - font_src_install - chmod a-x "${D}"/usr/share/man/*/* - dodoc README* -} |