aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkglarea2/Makefile')
-rw-r--r--x11-toolkits/gtkglarea2/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
deleted file mode 100644
index d4883276712d..000000000000
--- a/x11-toolkits/gtkglarea2/Makefile
+++ /dev/null
@@ -1,22 +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
-
-USE_MESA= yes
-USE_GTK= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-lib-GL
-CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
-
-.include <bsd.port.mk>