mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
24 lines
544 B
Makefile
24 lines
544 B
Makefile
# Created by: Michael Reifenberger <mr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opencsg
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 6
|
|
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>
|