1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to version 1.2.3

PR:		ports/64512
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-03-20 17:27:35 +00:00
parent 35fd9673c9
commit 5977439675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104753
3 changed files with 12 additions and 11 deletions

View File

@ -6,20 +6,23 @@
#
PORTNAME= gtkglarea
PORTVERSION= 1.2.2
PORTREVISION= 2
PORTVERSION= 1.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= An OpenGL widget for the GTK+ GUI toolkit
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GL= yes
USE_GNOME= gtk12
USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_GNOME= gnometarget gtk12 lthack
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-lib-GL
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86
SIZE (gtkglarea-1.2.2.tar.gz) = 173949
MD5 (gtkglarea_1.2.3.orig.tar.gz) = cd82b1ca47d9bd13e0b890181b33a871
SIZE (gtkglarea_1.2.3.orig.tar.gz) = 291348

View File

@ -6,5 +6,3 @@ 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/