mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3a54b6d0be
PR: ports/72640 Submitted by: maintainer
29 lines
591 B
Makefile
29 lines
591 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.20041011
|
|
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.4
|
|
USE_GL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LIBS="-L${X11BASE}/lib"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|