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.
30 lines
598 B
Makefile
30 lines
598 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fraqtive
|
|
PORTVERSION= 0.4.8
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Draws Mandelbrot and Julia fractals
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5
|
|
USE_QT= core gui opengl widgets xml buildtools_build
|
|
USE_GL= gl glu
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mimecorg
|
|
GH_PROJECT= fraqtive
|
|
|
|
OPTIONS_DEFINE= SSE2
|
|
SSE2_DESC= Enable SSE2 optimization
|
|
SSE2_QMAKE_ON= CONFIG+=sse2
|
|
SSE2_QMAKE_OFF= CONFIG+=no-sse2
|
|
|
|
.include <bsd.port.mk>
|