c20414ac1c
DB Browser for SQLite 3.12.2 Fix saving the list of extensions in the Preferences dialog Corrected a typo in the French translation Updated the included SQLite and SQLCipher libraries to their latest release (SQLite 3.35.5, SQLCipher 4.4.3) Updated the "public" certificate, used for communicating with DBHub.io anonymously
25 lines
774 B
Makefile
25 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.48 2021/05/25 05:39:55 adam Exp $
|
|
|
|
DISTNAME= sqlitebrowser-3.12.2
|
|
CATEGORIES= databases x11
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=sqlitebrowser/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Qt5 lightweight GUI editor/viewer for SQLite Databases
|
|
HOMEPAGE= https://sqlitebrowser.org/
|
|
LICENSE= mpl-2.0 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c c++11
|
|
USE_CMAKE= yes
|
|
|
|
# C++11
|
|
GCC_REQD+= 4.9
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../x11/qt5-qscintilla/buildlink3.mk"
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|