mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/opencsg: Adapt settings from PR
PR: 277691 Reported by: Älven
This commit is contained in:
parent
678050c8ce
commit
9d3f9a7ac5
1 changed files with 5 additions and 5 deletions
|
@ -9,13 +9,13 @@ MAINTAINER= mr@FreeBSD.org
|
|||
COMMENT= Constructive Solid Geometry rendering library
|
||||
WWW= https://www.opencsg.org/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/../copying.txt
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/copying.txt
|
||||
|
||||
USES= compiler:c++11-lang gl qmake qt:5
|
||||
USE_GL= gl glesv2 glew
|
||||
USE_QT= opengl qmake:build
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
USE_GL= gl glu glut
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= opengl
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue