2000-09-02 17:10:04 +02:00
|
|
|
# New ports collection makefile for: GLE
|
|
|
|
# Date created: 29 August 2000
|
|
|
|
# Whom: David Gilbert <dgilbert@velocet.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gle
|
2006-04-15 17:27:44 +02:00
|
|
|
PORTVERSION= 3.1.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-09-02 17:10:04 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2001-05-23 07:16:02 +02:00
|
|
|
http://linas.org/gle/pub/ \
|
2000-09-02 17:10:04 +02: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 01:35:36 +01:00
|
|
|
MAINTAINER= ports@dclg.ca
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A GL Tubing and Extrusion Library
|
2000-09-02 17:10:04 +02:00
|
|
|
|
2006-01-12 13:54:32 +01:00
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2000-09-02 17:10:04 +02:00
|
|
|
USE_X_PREFIX= yes
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-06-05 11:36:00 +02:00
|
|
|
CONFIGURE_ENV= "LIBS=-L${X11BASE}/lib -lXext ${PTHREAD_LIBS}"
|
2000-09-02 17:10:04 +02: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 19:12:40 +01: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 17:31:46 +02:00
|
|
|
@${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file}
|
2001-11-09 19:12:40 +01:00
|
|
|
.endfor
|
|
|
|
|
2000-09-02 17:10:04 +02:00
|
|
|
.include <bsd.port.mk>
|