summaryrefslogtreecommitdiff
path: root/graphics/gle/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-05-14 17:00:32 +0000
committerrh <rh>2001-05-14 17:00:32 +0000
commitd2e6216f36530e9173e4a9addbb572a4e0441bf7 (patch)
tree70dd37ed9fb21e60967af143e8d669573bab501c /graphics/gle/Makefile
parent09f507db51e7a2d1fc0983a05788362042022aa0 (diff)
downloadpkgsrc-d2e6216f36530e9173e4a9addbb572a4e0441bf7.tar.gz
Initial import of gle-3.0.3, a set of GL subroutines for drawing tubing
and extrusions.
Diffstat (limited to 'graphics/gle/Makefile')
-rw-r--r--graphics/gle/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile
new file mode 100644
index 00000000000..76b6a089aba
--- /dev/null
+++ b/graphics/gle/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $
+#
+
+DISTNAME= gle-3.0.3
+CATEGORIES= graphics
+MASTER_SITES= http://www.linas.org/gle/pub/ \
+ http://metalab.unc.edu/pub/Linux/libs/X/ \
+ ftp://tsx-11.mit.edu/pub/linux/sources/libs/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.linas.org/gle/
+COMMENT= GL subroutines for drawing tubing and extrusions
+
+USE_MESA= YES
+USE_X11BASE= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"