mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
da3162c7c9
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
23 lines
532 B
Makefile
23 lines
532 B
Makefile
# Created by: Michael Reifenberger <mr@FreeBSD.org>
|
|
|
|
PORTNAME= opencsg
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.opencsg.org/
|
|
DISTNAME= OpenCSG-${PORTVERSION}
|
|
|
|
MAINTAINER= mr@FreeBSD.org
|
|
COMMENT= Constructive Solid Geometry rendering library
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/../license.txt
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5
|
|
USE_GL= gl glesv2 glew
|
|
USE_QT= opengl qmake_build
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|