Files
ports/graphics/opencsg/Makefile
T
Michael Reifenberger 319525c0d5 graphics/opencsg: Update to 1.8.2
PR:		288544
Reported by:	Dima Panov
2026-02-24 13:10:58 +01:00

24 lines
498 B
Makefile

PORTNAME= opencsg
PORTVERSION= 1.8.2
#PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.opencsg.org/
DISTNAME= OpenCSG-${PORTVERSION}
MAINTAINER= mr@FreeBSD.org
COMMENT= Constructive Solid Geometry rendering library
WWW= https://www.opencsg.org/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/copying.txt
USES= cmake compiler:c++11-lang gl qt:5
USE_GL= gl glu glut
USE_LDCONFIG= yes
USE_QT= opengl
PLIST_SUB= PORTVERSION=${PORTVERSION}
CMAKE_OFF= BUILD_EXAMPLE
.include <bsd.port.mk>