aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2/Makefile
blob: 7735fa4eacb6cc88635087ba5ada937ba335a1d3 (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
# 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=	8
CATEGORIES=	x11-toolkits
MASTER_SITES=	GNOME
DISTNAME=	gtkglarea-${PORTVERSION}
DIST_SUBDIR=	gnome2

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	OpenGL widget for the GTK+2 GUI toolkit

USES=		libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME=	gtk20
USE_GL=		yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-lib-GL
INSTALL_TARGET=	install-strip
LIBS+=		-lm

.include <bsd.port.mk>