blob: c9ab0e9103898bbff9174124ebb2fb07e399e189 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: GtkGLExt
# Date created: 6 November 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= gtkglext
PORTVERSION= 1.2.0
PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= SF
DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
COMMENT= An OpenGL extension to GTK
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
USE_GL= yes
USE_XORG= xt
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
.include <bsd.port.mk>
|