707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
28 lines
578 B
Makefile
28 lines
578 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opendbviewer
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|