freebsd-ports/graphics/bugle/Makefile
Kirill Ponomarev 92ff64a2b2 Update to version 0.0.20040614
PR:		ports/68006
Submitted by:	maintainer
2004-06-16 14:53:35 +00:00

27 lines
571 B
Makefile

# New ports collection makefile for: bugle
# Date created: Jun 8, 2004
# Whom: Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#
PORTNAME= bugle
PORTVERSION= 0.0.20040614
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bugle
MAINTAINER= erik@smluc.org
COMMENT= A debugging library for OpenGL
MAN1= gldb.1
MAN3= bugle.3
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>