Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
29 lines
729 B
Makefile
29 lines
729 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ZeGrapher
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0.2
|
|
PORTREVISION= 2
|
|
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= desktop-file-utils 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/appdata/${PORTNAME}.appdata.xml \
|
|
share/applications/${PORTNAME}.desktop \
|
|
share/icons/hicolor/128x128/apps/${PORTNAME}.png
|
|
|
|
.include <bsd.port.mk>
|