mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
f94621612f
PR: ports/91179 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
38 lines
867 B
Makefile
38 lines
867 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.20060101
|
|
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
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --enable-ltdl-install=no
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
|
LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
|
INSTALLS_SHLIB= yes
|
|
USE_AUTOTOOLS= libltdl:15
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.x or later to build. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|