320e46a6ce
Changes: https://github.com/ImageMagick/ImageMagick/compare/7.1.2-24...7.1.2-25 Security: CVE-2026-53460 Security: CVE-2026-53461 Security: CVE-2026-53462 Security: CVE-2026-53463 Security: CVE-2026-53464 Security: CVE-2026-53465 PR: 296190
31 lines
651 B
Makefile
31 lines
651 B
Makefile
PORTNAME= opendbviewer
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Simple database explorer
|
|
WWW= https://github.com/Jet1oeil/opendbviewer
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake gl magick:build qt:5 xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Jet1oeil
|
|
USE_GL= egl
|
|
USE_QT= core dbus gui network sql sql-sqlite3 testlib widgets \
|
|
buildtools:build linguisttools:build qmake:build
|
|
USE_XORG= x11 xcb
|
|
|
|
CMAKE_ARGS+= -DQT_USE_VERSION=5
|
|
|
|
OPTIONS_DEFINE= DOCS MYSQL PGSQL
|
|
OPTIONS_DEFAULT= PGSQL
|
|
|
|
MYSQL_USE= QT=sql-mysql
|
|
PGSQL_USE= QT=sql-pgsql
|
|
|
|
.include <bsd.port.mk>
|