diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-03-26 01:10:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-03-26 01:10:00 +0000 |
commit | 2b7653e700471527065941373b7f0b9158e33fbd (patch) | |
tree | 89e9f1e1c26d62a43e8ff9280a12a968576e17e0 /x11-fm/polo/Makefile | |
parent | deskutils/taskwarrior: Update to 2.6.2 (diff) |
x11-fm/polo: new port had been added (+)
Advanced file manager for Unix-like systems written in Vala. Supports
multiple panes (single, dual, quad) with multiple tabs in each pane.
Supports archive creation, extraction, and browsing. Support for cloud
storage; running and managing KVM images, modifying PDF documents and
image files, booting ISO files in KVM, writing ISO files to USB drives.
WWW: https://teejee2008.github.io/polo/
Diffstat (limited to 'x11-fm/polo/Makefile')
-rw-r--r-- | x11-fm/polo/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-fm/polo/Makefile b/x11-fm/polo/Makefile new file mode 100644 index 000000000000..223249b33425 --- /dev/null +++ b/x11-fm/polo/Makefile @@ -0,0 +1,31 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> + +PORTNAME= polo +DISTVERSION= 18.8-beta +DISTVERSIONPREFIX= v +CATEGORIES= x11-fm + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Advanced graphical file manager written in Vala + +LICENSE= GPLv2+ + +BUILD_DEPENDS= valac:lang/vala +LIB_DEPENDS= libgee-0.8.so:devel/libgee \ + libharfbuzz.so:print/harfbuzz \ + libjson-glib-1.0.so:devel/json-glib + +USES= desktop-file-utils gettext-tools gmake gnome pkgconfig +USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 vte3 +USE_GITHUB= yes +GH_ACCOUNT= teejee2008 + +WRKSRC_SUBDIR= src +MAKEFILE= makefile + +post-patch: + @${RM} ${WRKSRC}/share/polo/files/gtk-theme/*.orig + @${RM} ${WRKSRC}/share/polo/files/install-*.sh + @${RM} -r ${WRKSRC}/share/polo/files/udisks2 + +.include <bsd.port.mk> |