1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/databases/opendbviewer/Makefile
Felix Palmen a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00

29 lines
632 B
Makefile

PORTNAME= opendbviewer
PORTVERSION= 1.1.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple database explorer
WWW= https://github.com/Jet1oeil/opendbviewer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang magick:6,build qt:5
USE_GITHUB= yes
GH_ACCOUNT= Jet1oeil
USE_QT= core gui network sql sql-sqlite3 testlib widgets \
buildtools:build linguisttools:build qmake:build
OPTIONS_DEFINE= DOCS PGSQL MYSQL
OPTIONS_DEFAULT= PGSQL
PGSQL_USE= QT=sql-pgsql
MYSQL_USE= QT=sql-mysql
CMAKE_ARGS+= -DCMAKE_CXX_STANDARD=11
.include <bsd.port.mk>