freebsd-ports/x11/rofi-file-browser-extended/Makefile
Nicola Vitale a00b945ec5
x11/rofi-file-browser-extended: New Port: Use rofi to quickly open files
rofi-file-browser-extended is a configurable file browser plugin for rofi.
Its main use case is to quickly open files without having to open a window
to navigate to the file.
2022-12-02 11:45:30 +01:00

26 lines
624 B
Makefile

PORTNAME= rofi-file-browser-extended
DISTVERSION= 1.3.1
CATEGORIES= x11
MAINTAINER= nivit@FreeBSD.org
COMMENT= Use rofi to quickly open files
WWW= https://github.com/marvinkreis/rofi-file-browser-extended
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rofi:x11/rofi
RUN_DEPENDS= rofi:x11/rofi
USES= cmake gettext-runtime gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= marvinkreis
USE_GNOME= cairo glib20
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man/man1 \
-DROFI_PLUGINS_DIR=${PREFIX}/lib/rofi
PLIST_FILES= lib/rofi/filebrowser.so \
man/man1/rofi-file-browser-extended.1.gz
.include <bsd.port.mk>