mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3894751aaf
C++11 compiler is necessary: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
21 lines
499 B
Makefile
21 lines
499 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fractgen
|
|
PORTVERSION= 2.1.7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://www.uni-due.de/~be0001/fractalgenerator/download/
|
|
|
|
MAINTAINER= dreibh@iem.uni-due.de
|
|
COMMENT= Fractal Generator
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lang tar:xz cmake qt:5
|
|
USE_QT= core xml widgets printsupport buildtools_build qmake_build
|
|
|
|
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|