mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c753290c09
- Switch to DISTVERSION - Fix license - Remove files/patch-* since they are included upstream ChangeLog: https://github.com/mimecorg/fraqtive/releases/tag/v0.4.8.1
27 lines
579 B
Makefile
27 lines
579 B
Makefile
PORTNAME= fraqtive
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.8.1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Draws Mandelbrot and Julia fractals
|
|
WWW= https://fraqtive.mimec.org/
|
|
|
|
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>
|