2000-09-02 15:10:04 +00:00
|
|
|
# New ports collection makefile for: GLE
|
|
|
|
# Date created: 29 August 2000
|
|
|
|
# Whom: David Gilbert <dgilbert@velocet.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gle
|
2001-05-23 05:16:02 +00:00
|
|
|
PORTVERSION= 3.0.3
|
2000-09-02 15:10:04 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2001-05-23 05:16:02 +00:00
|
|
|
http://linas.org/gle/pub/ \
|
2000-09-02 15:10:04 +00:00
|
|
|
http://metalab.unc.edu/pub/Linux/libs/X/ \
|
|
|
|
ftp://tsx-11.mit.edu/pub/linux/sources/libs/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-03-15 00:35:36 +00:00
|
|
|
MAINTAINER= ports@dclg.ca
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= A GL Tubing and Extrusion Library
|
2000-09-02 15:10:04 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_MESA= yes
|
2002-07-11 15:31:46 +00:00
|
|
|
USE_REINPLACE= yes
|
2000-09-02 15:10:04 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2001-06-05 09:36:00 +00:00
|
|
|
CONFIGURE_ENV= "LIBS=-L${X11BASE}/lib -lXext ${PTHREAD_LIBS}"
|
2000-09-02 15:10:04 +00:00
|
|
|
|
|
|
|
MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \
|
|
|
|
glePolyCone.3gle glePolyCylinder.3gle gleScrew.3gle \
|
|
|
|
gleSetJoinStyle.3gle gleSetNumSides.3gle gleSpiral.3gle \
|
|
|
|
gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle \
|
|
|
|
gleTwistExtrusion.3gle
|
|
|
|
|
2001-11-09 18:12:40 +00:00
|
|
|
post-patch:
|
|
|
|
.for file in ex_angle.c ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c texgen.c
|
2002-07-11 15:31:46 +00:00
|
|
|
@${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file}
|
2001-11-09 18:12:40 +00:00
|
|
|
.endfor
|
|
|
|
|
2000-09-02 15:10:04 +00:00
|
|
|
.include <bsd.port.mk>
|