summaryrefslogtreecommitdiff
path: root/graphics/gle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gle/Makefile')
-rw-r--r--graphics/gle/Makefile24
1 files changed, 13 insertions, 11 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile
index fd41e3e806f..0c5ab9eda1f 100644
--- a/graphics/gle/Makefile
+++ b/graphics/gle/Makefile
@@ -1,22 +1,24 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:40:57 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/22 14:13:09 adam 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/
+DISTNAME= gle-3.1.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gle/} \
+ http://www.linas.org/gle/pub/ \
+ http://metalab.unc.edu/pub/Linux/libs/X/ \
+ ftp://tsx-11.mit.edu/pub/linux/sources/libs/
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.linas.org/gle/
-COMMENT= GL subroutines for drawing tubing and extrusions
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.linas.org/gle/
+COMMENT= GL subroutines for drawing tubing and extrusions
USE_BUILDLINK2= YES
-USE_X11BASE= YES
+USE_GMAKE= YES
+USE_X11= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"