summaryrefslogtreecommitdiffstats
path: root/graphics/bugle/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-06-12 13:01:59 +0000
committerkrion <krion@FreeBSD.org>2004-06-12 13:01:59 +0000
commitf47b74c8d2e38403e8d53563b0dc41259a048f69 (patch)
treeb32360611211db6f9de0ecf64ea96028362868e5 /graphics/bugle/Makefile
parenteef661797cb1755ac3ce0e291a2396bb2139b68d (diff)
downloadFreeBSD-ports-f47b74c8d2e38403e8d53563b0dc41259a048f69.zip
FreeBSD-ports-f47b74c8d2e38403e8d53563b0dc41259a048f69.tar.gz
Add bugle 0.0.20040609,
BuGLe is a tool for OpenGL debugging, implemented as a wrapper library that sits between your program and OpenGL. PR: ports/67795 Submitted by: Erik Greenwald <erik@smluc.org>
Diffstat (limited to 'graphics/bugle/Makefile')
-rw-r--r--graphics/bugle/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
new file mode 100644
index 0000000..39e21f2
--- /dev/null
+++ b/graphics/bugle/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: bugle
+# Date created: Jun 8, 2004
+# Whom: Erik Greenwald <erik@smluc.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bugle
+PORTVERSION= 0.0.20040609
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= bugle
+
+MAINTAINER= erik@smluc.org
+COMMENT= A debugging library for OpenGL
+
+USE_GCC= 3.3
+USE_GL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LIBS="-L${X11BASE}/lib"
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud