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