1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/zegrapher/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

32 lines
863 B
Makefile

PORTNAME= ZeGrapher
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.1.20200921
PORTREVISION= 2
CATEGORIES= math graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Software for plotting mathematical objects
WWW= https://zegrapher.com/en/
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
GH_TAGNAME= 6832bd61291b3e82bc05233ae74e8d7556abe910
USE_QT= core gui network printsupport svg 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 \
share/metainfo/ZeGrapher.appdata.xml
PORTSCOUT= limit:^[1-9].*
.include <bsd.port.mk>