summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/tmake/tmake-1.13.ebuild')
-rw-r--r--dev-util/tmake/tmake-1.13.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/tmake/tmake-1.13.ebuild b/dev-util/tmake/tmake-1.13.ebuild
new file mode 100644
index 000000000000..be9ea6149a32
--- /dev/null
+++ b/dev-util/tmake/tmake-1.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.13.ebuild,v 1.1 2005/06/26 09:44:04 dragonheart Exp $
+
+DESCRIPTION="A Cross platform Makefile tool"
+SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz"
+HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html"
+
+RDEPEND="dev-lang/perl"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64"
+IUSE=""
+
+src_install () {
+ cd ${S}
+ dobin bin/tmake bin/progen
+ dodir /usr/lib/tmake
+ cp -af ${S}/lib/* ${D}/usr/lib/tmake
+ dodoc CHANGES LICENSE README
+ dohtml -r doc/*
+ dodir /etc/env.d
+ echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake
+}