1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/graphics/fraqtive/Makefile
Nuno Teixeira c753290c09 graphics/fraqtive: Adopt/Update to 0.4.8.1
- 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
2023-03-12 10:05:21 +00:00

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>