1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/x11-toolkits/gtkglarea2/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
712 B
Makefile

# New ports collection makefile for: gtkglarea2
# Date created: 13 August 2002
# Whom: 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= 1.99.0
PORTREVISION= 10
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gtkglarea/1.99
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
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-lib-GL
.include <bsd.port.mk>