summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/3dfb/3dfb-0.5.5.ebuild')
-rw-r--r--x11-misc/3dfb/3dfb-0.5.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/3dfb/3dfb-0.5.5.ebuild b/x11-misc/3dfb/3dfb-0.5.5.ebuild
new file mode 100644
index 000000000000..635657ec99f5
--- /dev/null
+++ b/x11-misc/3dfb/3dfb-0.5.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.5.5.ebuild,v 1.1 2004/07/13 19:33:35 swegener Exp $
+
+DESCRIPTION="3D File Browser"
+HOMEPAGE="http://sourceforge.net/projects/dz3d/"
+SRC_URI="mirror://sourceforge/dz3d/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2
+ virtual/opengl"
+DEPEND="${DEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README WISHLIST
+}