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
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 2
|
2000-09-02 17:10:04 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\
|
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/
|
2009-08-22 02:23:13 +02:00
|
|
|
|
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
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= glut
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= "LIBS=-L${LOCALBASE}/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>
|