diff options
author | krion <krion@FreeBSD.org> | 2004-06-12 13:01:59 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-12 13:01:59 +0000 |
commit | f47b74c8d2e38403e8d53563b0dc41259a048f69 (patch) | |
tree | b32360611211db6f9de0ecf64ea96028362868e5 /graphics/bugle/Makefile | |
parent | eef661797cb1755ac3ce0e291a2396bb2139b68d (diff) | |
download | FreeBSD-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/Makefile | 24 |
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> |