summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkglarea2/Makefile')
-rw-r--r--x11-toolkits/gtkglarea2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
deleted file mode 100644
index 09da0f535bb6..000000000000
--- a/x11-toolkits/gtkglarea2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: gtkglarea
-# Date created: 1 August 1999
-# Whom: Michael Sardo <jaeger16@yahoo.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkglarea
-PORTVERSION= 1.2.2
-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 \
- GL.14:${PORTSDIR}/graphics/Mesa3
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-CONFIGURE_ARGS= --with-lib-GL
-
-.include <bsd.port.mk>