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/gtkglarea2 | |
parent | 3fd44c689a14fe835e8f8cc249566287c146bce1 (diff) | |
download | ports-959bb398831a0ef2b69e307c0c82e001e80c5a01.tar.gz ports-959bb398831a0ef2b69e307c0c82e001e80c5a01.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/pkg-plist | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 8d50af2d108c..4b1fe3a3b2b9 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/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> diff --git a/x11-toolkits/gtkglarea2/distinfo b/x11-toolkits/gtkglarea2/distinfo index cb7822005717..c5c5d69d107d 100644 --- a/x11-toolkits/gtkglarea2/distinfo +++ b/x11-toolkits/gtkglarea2/distinfo @@ -1 +1 @@ -MD5 (gtkglarea-1.2.1.tar.gz) = 14ef36ec3b027775cc41db0717ef6270 +MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86 diff --git a/x11-toolkits/gtkglarea2/pkg-descr b/x11-toolkits/gtkglarea2/pkg-descr index 8c5b31f7772b..6159dc5cbb09 100644 --- a/x11-toolkits/gtkglarea2/pkg-descr +++ b/x11-toolkits/gtkglarea2/pkg-descr @@ -6,3 +6,5 @@ OpenGL capable visual, rendering to off-screen pixmaps is also supported. Related project which may iterest those who use GTK-- is GtkGLArea--. It is a C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. + +WWW: http://www.student.oulu.fi/~jlof/gtkglarea/ diff --git a/x11-toolkits/gtkglarea2/pkg-plist b/x11-toolkits/gtkglarea2/pkg-plist index c903373c149f..834d0996bf95 100644 --- a/x11-toolkits/gtkglarea2/pkg-plist +++ b/x11-toolkits/gtkglarea2/pkg-plist @@ -2,8 +2,8 @@ include/gtkgl/gdkgl.h include/gtkgl/gtkglarea.h lib/libgtkgl.a lib/libgtkgl.so -lib/libgtkgl.so.4 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/libgtkgl.so.5 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/aclocal/gtkgl.m4 @dirrm include/gtkgl |