freebsd-ports/graphics/gle/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

30 lines
738 B
Makefile

# Created by: David Gilbert <dgilbert@velocet.ca>
# $FreeBSD$
PORTNAME= gle
PORTVERSION= 3.1.0
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\
http://linas.org/gle/pub/ \
http://metalab.unc.edu/pub/Linux/libs/X/ \
ftp://tsx-11.mit.edu/pub/linux/sources/libs/
MAINTAINER= ports@dclg.ca
COMMENT= GL Tubing and Extrusion Library
USES= libtool
USE_XORG= ice xt xmu
USE_GL= glut
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib -lXext
OPTIONS_DEFINE= DOCS
post-patch:
.for file in ex_angle.c ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c texgen.c
@${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file}
.endfor
.include <bsd.port.mk>