freebsd-ports/x11-toolkits/gtkglarea2/Makefile

28 lines
610 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkglarea2
# Date created: 13 August 2002
# Whom: Marc Recht <marc@informatik.uni-bremen.de>
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
PORTNAME= gtkglarea
PORTVERSION= 1.99.0
2003-02-07 20:21:11 +01:00
PORTREVISION= 2
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
USE_X_PREFIX= yes
2003-04-22 07:02:24 +02:00
USE_GNOME= gnomehack gtk20
USE_BZIP2= yes
USE_GL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-lib-GL
.include <bsd.port.mk>