mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
31 lines
746 B
Makefile
31 lines
746 B
Makefile
# Created by: David Gilbert <dgilbert@velocet.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gle
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 7
|
|
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= gl libtool xorg
|
|
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>
|