26 lines
602 B
Makefile
26 lines
602 B
Makefile
# Created by: Marc Recht <marc@informatik.uni-bremen.de>
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
|
|
|
|
PORTNAME= gtkglarea
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
DISTNAME= gtkglarea-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= An OpenGL widget for the GTK+2 GUI toolkit
|
|
|
|
LATEST_LINK= gtkglarea2
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_BZIP2= yes
|
|
USE_GL= yes
|
|
USES= pkgconfig
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-lib-GL
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|