9c45f5c8a9
Release notes for the version updates are at: https://blog.kitware.com/cmake-3-15-0-available-for-download/ https://blog.kitware.com/cmake-3-15-1-available-for-download/ https://blog.kitware.com/cmake-3-15-2-available-for-download/ For FreeBSD, not much interesting has changed. Swift language support might be useful. A few ports were fixed as part of this exp-run (libemos not really related to the CMake update, but in general). Thanks to antoine for the exp-runs, tcberner for doing most of the prep-work. PR: 239273 Submitted by: tcberner
30 lines
621 B
Makefile
30 lines
621 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opendbviewer
|
|
PORTVERSION= 1.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= Simple database explorer
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= convert:graphics/ImageMagick6
|
|
|
|
USES= cmake compiler:c++11-lang 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>
|