1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-toolkits/gtkglarea/Makefile
2002-06-23 11:48:56 +00:00

23 lines
469 B
Makefile

# New ports collection makefile for: gtkglarea
# Date created: 1 August 1999
# Whom: Michael Sardo <jaeger16@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= gtkglarea
PORTVERSION= 1.2.2
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
MAINTAINER= jaeger16@yahoo.com
USE_MESA= yes
USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-lib-GL
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++"
.include <bsd.port.mk>