View | Details | Raw Unified | Return to bug 64512
Collapse All | Expand All

(-)x11-toolkits/gtkglarea/Makefile (-7 / +10 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	gtkglarea
8
PORTNAME=	gtkglarea
9
PORTVERSION=	1.2.2
9
PORTVERSION=	1.2.3
10
PORTREVISION=	2
11
CATEGORIES=	x11-toolkits
10
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	http://www.student.oulu.fi/~jlof/gtkglarea/download/
11
MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
12
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	An OpenGL widget for the GTK+ GUI toolkit
15
COMMENT=	An OpenGL widget for the GTK+ GUI toolkit
16
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
17
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
18
USE_GL=		yes
20
USE_GL=		yes
19
USE_GNOME=	gtk12
21
USE_GNOME=	gnometarget gtk12 lthack
20
USE_LIBTOOL_VER=13
22
USE_LIBTOOL_VER=	13
21
INSTALLS_SHLIB=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
24
		LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}"
22
CONFIGURE_ARGS=	--with-lib-GL
25
CONFIGURE_ARGS=	--with-lib-GL
23
CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS} -lstdc++"
26
INSTALLS_SHLIB=	yes
24
27
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)x11-toolkits/gtkglarea/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86
1
MD5 (gtkglarea_1.2.3.orig.tar.gz) = cd82b1ca47d9bd13e0b890181b33a871
2
SIZE (gtkglarea-1.2.2.tar.gz) = 173949
2
SIZE (gtkglarea_1.2.3.orig.tar.gz) = 291348
(-)x11-toolkits/gtkglarea/pkg-descr (-2 lines)
Lines 6-10 Link Here
6
6
7
Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
7
Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
8
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. 
8
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. 
9
10
WWW: http://www.student.oulu.fi/~jlof/gtkglarea/

Return to bug 64512