1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/databases/sequeler/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

30 lines
709 B
Makefile

PORTNAME= sequeler
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.2
PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= ports@FreeBSD.org
COMMENT= Friendly SQL client
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= vala:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libgranite.so:x11-toolkits/granite \
libsecret-1.so:security/libsecret \
libssh2.so:security/libssh2
USES= desktop-file-utils gettext gnome meson pkgconfig \
python:3.5+,build
USE_GITHUB= yes
GH_ACCOUNT= Alecaddd
USE_GNOME= cairo glib20 gtk30 gtksourceview3 libgda5
GLIB_SCHEMAS= com.github.alecaddd.sequeler.gschema.xml
# for build-aux/meson_post_install.py
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>