diff options
Diffstat (limited to 'science/molsketch/Makefile')
-rw-r--r-- | science/molsketch/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/science/molsketch/Makefile b/science/molsketch/Makefile index 36882dc5b57b..c071685b4325 100644 --- a/science/molsketch/Makefile +++ b/science/molsketch/Makefile @@ -1,5 +1,5 @@ PORTNAME= molsketch -DISTVERSION= 0.8.1 +DISTVERSION= 0.8.2 DISTVERSIONSUFFIX= -src CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/Molsketch/ @@ -7,19 +7,21 @@ DISTNAME= Molsketch-${DISTVERSIONFULL} MAINTAINER= yuri@FreeBSD.org COMMENT= 2D molecule editor -WWW= https://molsketch.sourceforge.net/ +WWW= https://molsketch.sourceforge.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libopenbabel.so:science/openbabel -USES= cmake:noninja compiler:c++17-lang desktop-file-utils localbase:ldflags \ - pkgconfig qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/ -USE_QT= core gui network printsupport svg widgets buildtools:build linguisttools:build qmake:build +USES= cmake compiler:c++20-lang desktop-file-utils gl localbase:ldflags \ + pkgconfig qt:6 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/ +USE_QT= base svg tools:build USE_LDCONFIG= ${PREFIX}/lib/molsketch +USE_GL= gl opengl CMAKE_ARGS= -DMSK_PREFIX:STRING=${PREFIX} +CMAKE_ON= MSK_QT6 OPTIONS_DEFINE= DOCS |