diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 22:18:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 22:18:24 +0000 |
commit | 959bb398831a0ef2b69e307c0c82e001e80c5a01 (patch) | |
tree | 9a62417d46cbe558a742d082a85bae724058dc6c /x11-toolkits/gtkglarea/Makefile | |
parent | 3fd44c689a14fe835e8f8cc249566287c146bce1 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtkglarea/Makefile')
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 8d50af2d108c..4b1fe3a3b2b9 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo <jaeger16@yahoo.com> +# New ports collection makefile for: gtkglarea +# Date created: 1 August 1999 +# Whom: Michael Sardo <jaeger16@yahoo.com> # # $FreeBSD$ # PORTNAME= gtkglarea -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ @@ -15,12 +15,10 @@ MAINTAINER= jaeger16@yahoo.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.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 +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --with-lib-MesaGL .include <bsd.port.mk> |