mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3572ca3e01
New version of gtk3 in tree
26 lines
720 B
Makefile
26 lines
720 B
Makefile
PORTNAME= remontoire
|
|
DISTVERSION= 1.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Keybinding viewer for i3 and other programs
|
|
WWW= https://github.com/regolith-linux/remontoire
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
|
|
libjson-glib-1.0.so:devel/json-glib
|
|
|
|
USES= gettext-tools gnome meson pkgconfig python:build shebangfix vala:build
|
|
USE_GITHUB= yes
|
|
USE_GNOME= gtk30
|
|
GH_ACCOUNT= regolith-linux
|
|
SHEBANG_FILES= build-aux/meson/postinstall.py
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/appdata/org.regolith-linux.remontoire.appdata.xml \
|
|
share/applications/org.regolith-linux.remontoire.desktop
|
|
GLIB_SCHEMAS= org.regolith-linux.remontoire.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|