freebsd-ports/graphics/quesa/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

26 lines
626 B
Makefile

# Created by: Igor Pokrovsky <tiamat@comset.net>
PORTNAME= quesa
PORTVERSION= 1.8
PORTREVISION= 9
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>