summaryrefslogtreecommitdiff
path: root/x11-fm/Arqiver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/Arqiver/Makefile')
-rw-r--r--x11-fm/Arqiver/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-fm/Arqiver/Makefile b/x11-fm/Arqiver/Makefile
new file mode 100644
index 000000000000..120f8f69dbed
--- /dev/null
+++ b/x11-fm/Arqiver/Makefile
@@ -0,0 +1,38 @@
+PORTNAME= Arqiver
+DISTVERSIONPREFIX= V
+DISTVERSION= 0.9.0
+CATEGORIES= x11-fm
+
+MAINTAINER= rigoletto@FreeBSD.org
+COMMENT= Arqiver is a simple Qt archive manager
+
+LICENSE= GPLv3
+
+USES= cmake qt:5 xorg
+USE_XORG= xcb
+USE_QT= buildtools_build qmake_build \
+ core gui linguist svg widgets \
+ x11extras
+
+USE_GITHUB= yes
+GH_ACCOUNT= tsujan
+
+OPTIONS_DEFINE= 7ZIP ARJ LZO RAR ZIP
+OPTIONS_DEFAULT= 7ZIP ARJ LZO RAR ZIP
+
+7ZIP_DESC= 7zip archive support
+7ZIP_RUN_DEPENDS= 7z:archivers/7-zip
+
+ARJ_DESC= ARJ archive support
+ARJ_RUN_DEPENDS= arj:archivers/arj
+
+LZO_RUN_DEPENDS= lzop:archivers/lzop
+
+RAR_DESC= RAR archive support
+RAR_RUN_DEPENDS= rar:archivers/rar \
+ unrar:archivers/unrar
+
+ZIP_DESC= ZIP archive support
+ZIP_RUN_DEPENDS= zip:archivers/zip
+
+.include <bsd.port.mk>