mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1b8c93992b
GtkGLArea-- is a wrapper for the GtkGLArea widget
28 lines
561 B
Makefile
28 lines
561 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gtkglarea--
|
|
# Date created: Dec 5, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkglareamm
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
|
|
gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
|
|
|
|
USE_GTK= yes
|
|
USE_MESA= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
|
CONFIGURE_ARGS= --with-lib-GL
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|