summaryrefslogtreecommitdiffstats
path: root/graphics/quesa/Makefile
blob: 8f7275bd5efd2d93ae2074e0081b811fcf58199b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Igor Pokrovsky <tiamat@comset.net>
# $FreeBSD$

PORTNAME=	quesa
PORTVERSION=	1.8
PORTREVISION=	7
CATEGORIES=	graphics
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	High level 3D graphics library compatible with Apple's QuickDraw(TM)

USES=		libtool
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>
OpenPOWER on IntegriCloud