1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-toolkits/gtkglarea/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00

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>