freebsd-ports/deskutils/lookbook/Makefile
Matthias Fechner 247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00

22 lines
542 B
Makefile

PORTNAME= lookbook
DISTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= deskutils
MAINTAINER= greg@unrelenting.technology
COMMENT= Browse and find system icons
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgranite.so:x11-toolkits/granite \
libhandy-1.so:x11-toolkits/libhandy
USES= gettext-tools gnome meson pkgconfig python:3.6+,build
USE_GITHUB= yes
GH_ACCOUNT= danrabbit
USE_GNOME= glib20 gtk30 gtksourceview4
GLIB_SCHEMAS= com.github.danrabbit.lookbook.gschema.xml
.include <bsd.port.mk>