mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
30 lines
690 B
Makefile
30 lines
690 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.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An OpenGL widget for the GTK+ GUI toolkit
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GL= yes
|
|
USE_GNOME= gtk12 lthack
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}
|
|
CONFIGURE_ARGS= --with-lib-GL
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|