ac37c7f231
PR: ports/50594 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
30 lines
579 B
Makefile
30 lines
579 B
Makefile
# New ports collection makefile for: GtkGLExt
|
|
# Date created: 6 November 2002
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkglext
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= fuyuki@hadaly.org
|
|
COMMENT= An OpenGL extension to GTK
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${XFREE86_VERSION} == 3
|
|
USE_MESA= yes
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|