summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2005-06-29 00:15:58 +0000
committerBryan Stine <battousai@gentoo.org>2005-06-29 00:15:58 +0000
commit46ed260f7c57d2bddf3f2859b145997d0d90954c (patch)
treea54757ab362d059f6bb7e9c687a97c04016805ae /media-libs/freeglut/freeglut-2.4.0.ebuild
parentFix some doc targets. Bug #97154. (diff)
downloadgentoo-2-46ed260f7c57d2bddf3f2859b145997d0d90954c.tar.gz
gentoo-2-46ed260f7c57d2bddf3f2859b145997d0d90954c.tar.bz2
gentoo-2-46ed260f7c57d2bddf3f2859b145997d0d90954c.zip
Bump to 2.4.0. Closes #96150.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/freeglut/freeglut-2.4.0.ebuild')
-rw-r--r--media-libs/freeglut/freeglut-2.4.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/freeglut/freeglut-2.4.0.ebuild b/media-libs/freeglut/freeglut-2.4.0.ebuild
new file mode 100644
index 000000000000..3bd1fc4a1f7c
--- /dev/null
+++ b/media-libs/freeglut/freeglut-2.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.4.0.ebuild,v 1.1 2005/06/29 00:15:58 battousai Exp $
+
+DESCRIPTION="A completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library"
+HOMEPAGE="http://freeglut.sourceforge.net/"
+SRC_URI="mirror://sourceforge/freeglut/${P}.tar.gz"
+
+LICENSE="X11"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/opengl
+ virtual/glu
+ !virtual/glut"
+PROVIDE="virtual/glut"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+ docinto doc
+ dohtml -r doc/*.html doc/*.png
+}