diff options
Diffstat (limited to 'x11-toolkits/gtkglarea2/Makefile')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 18b66e4e2f39..993bd84d541e 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -1,23 +1,26 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo <jaeger16@yahoo.com> +# New ports collection makefile for: gtkglarea2 +# Date created: 13 August 2002 +# Whom: Marc Recht <marc@informatik.uni-bremen.de> # # $FreeBSD$ -# PORTNAME= gtkglarea -PORTVERSION= 1.2.2 +PORTVERSION= 1.99.0 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gtkglarea/1.99 +DISTNAME= gtkglarea-${PORTVERSION} +DIST_SUBDIR= gnome2 -MAINTAINER= jaeger16@yahoo.com +MAINTAINER= marc@informatik.uni-bremen.de + +LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 -USE_MESA= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_BZIP2= yes +USE_MESA= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++" .include <bsd.port.mk> |