2000-05-29 18:18:24 -04:00
|
|
|
# New ports collection makefile for: gtkglarea
|
|
|
|
# Date created: 1 August 1999
|
|
|
|
# Whom: Michael Sardo <jaeger16@yahoo.com>
|
1999-08-04 01:48:35 -04:00
|
|
|
#
|
1999-08-30 23:04:38 -04:00
|
|
|
# $FreeBSD$
|
1999-08-04 01:48:35 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:11:24 -04:00
|
|
|
PORTNAME= gtkglarea
|
2000-05-29 18:18:24 -04:00
|
|
|
PORTVERSION= 1.2.2
|
1999-08-04 01:48:35 -04:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
|
|
|
|
|
|
|
|
MAINTAINER= jaeger16@yahoo.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
2000-03-20 18:25:21 -05:00
|
|
|
GL.14:${PORTSDIR}/graphics/Mesa3
|
1999-08-04 01:48:35 -04:00
|
|
|
|
2000-05-29 18:18:24 -04:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-08-04 01:48:35 -04:00
|
|
|
|
2000-05-29 18:18:24 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
CONFIGURE_ARGS= --with-lib-MesaGL
|
1999-08-04 01:48:35 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|