Files
ports/databases/sqlitebrowser/Makefile
T
Kousuke Kannagi 2d605005d6 */*: Update my maintainer email to @FreeBSD.org
Update email address from mew14930xvi@inbox.lv to mce@FreeBSD.org.

Reviewed by:		osa, fluffy (mentors)
Approved by:		osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D55874
2026-04-06 09:33:31 +09:00

25 lines
698 B
Makefile

PORTNAME= sqlitebrowser
DISTVERSIONPREFIX= v
DISTVERSION= 3.13.1
CATEGORIES= databases
MAINTAINER= mce@FreeBSD.org
COMMENT= Visual tool to manage SQLite databases
WWW= https://sqlitebrowser.org/
LICENSE= MPL20 GPLv3+
LICENSE_COMB= dual
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPL-3.0
LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE-MPL-2.0
USES= cmake compiler:c++14-lang desktop-file-utils gnome qt:5 sqlite
USE_QT= core concurrent gui network printsupport testlib widgets \
buildtools:build linguisttools:build qmake:build xml
USE_GITHUB= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \
${WRKSRC}/src/PreferencesDialog.cpp ${WRKSRC}/src/Application.cpp
.include <bsd.port.mk>