1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/math/zegrapher/Makefile
Yuri Victorovich 2215ba592b math/zegrapher: Update 3.1 -> 3.1.1
Reported by:	portscout
2020-07-16 17:34:50 +00:00

28 lines
694 B
Makefile

# $FreeBSD$
PORTNAME= ZeGrapher
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.1
CATEGORIES= math graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Software for plotting mathematical objects
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/boost/math/special_functions/binomial.hpp:devel/boost-libs
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= AdelKS
USE_QT= core gui network printsupport widgets buildtools_build
USE_GL= gl
PLIST_FILES= bin/${PORTNAME} \
share/${PORTNAME}/locale/${PORTNAME}_fr.qm \
share/applications/${PORTNAME}.desktop \
share/icons/hicolor/128x128/apps/${PORTNAME}.png
.include <bsd.port.mk>