summaryrefslogtreecommitdiffstats
path: root/graphics/libGLw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libGLw/Makefile')
-rw-r--r--graphics/libGLw/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile
new file mode 100644
index 0000000..4c9f14d
--- /dev/null
+++ b/graphics/libGLw/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libGLw
+# Date created: 7 May 2004
+# Whom: anholt@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= libGLw
+PORTVERSION= ${MESAVERSION}
+CATEGORIES= graphics
+
+COMMENT= OpenGL widgets library
+
+USE_GL= gl
+USE_MOTIF= yes
+USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
+
+do-install:
+ cd ${WRKSRC}/src/glw; ${GMAKE} install
+
+.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
+.include <bsd.port.mk>