freebsd-ports/graphics/quesa/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
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.
2019-11-05 22:16:14 +00:00

27 lines
638 B
Makefile

# Created by: Igor Pokrovsky <tiamat@comset.net>
# $FreeBSD$
PORTNAME= quesa
PORTVERSION= 1.8
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM)
USES= gl libtool xorg
USE_CXXSTD= gnu++98
GNU_CONFIGURE= yes
USE_GL= glut
USE_XORG= x11 ice xmu xi
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
pre-configure:
@${REINPLACE_CMD} -e 's|-std=c99||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|isfinite|finite|g' \
${WRKSRC}/Source/Core/System/E3IOData.c \
${WRKSRC}/Source/Core/System/E3View.c
.include <bsd.port.mk>