summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-04 05:48:35 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-04 05:48:35 +0000
commit923c4dafa7b1806792ff896ecf920b1b96396a8e (patch)
tree2ff0d5be0ef5110e4b9b3e1b5c71c317f31a7f57 /x11-toolkits/gtkglarea/Makefile
parentUpdate to version 0.72 (diff)
GtkGLArea, an openGL widget for the GTK+ GUI toolkit
PR: 12931 Submitted by: Michael Sardo <jaeger16@yahoo.com>
Notes
Notes: svn path=/head/; revision=20520
Diffstat (limited to 'x11-toolkits/gtkglarea/Makefile')
-rw-r--r--x11-toolkits/gtkglarea/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile
new file mode 100644
index 000000000000..6554793035de
--- /dev/null
+++ b/x11-toolkits/gtkglarea/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gtkglarea
+# Version required: 1.2.1
+# Date created: 1 August 1999
+# Whom: Michael Sardo <jaeger16@yahoo.com>
+#
+# $Id$
+#
+
+DISTNAME= gtkglarea-1.2.1
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
+
+MAINTAINER= jaeger16@yahoo.com
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ MesaGL.14:${PORTSDIR}/graphics/Mesa3
+
+FETCH_BEFORE_ARGS= -b
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-lib-MesaGL
+CONFIGURE_ENV= LOCALBASE=${LOCALBASE} GTK_CONFIG=${X11BASE}/bin/gtk12-config
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>