freebsd-ports/x11-fm/arqiver/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

38 lines
866 B
Makefile

PORTNAME= arqiver
DISTVERSION= 0.9.0
CATEGORIES= x11-fm
MASTER_SITES= https://github.com/tsujan/${PORTNAME}/releases/download/V${DISTVERSION}/
DISTNAME= Arqiver-${PORTVERSION}
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= Simple Qt archive manager
WWW= https://github.com/tsujan/Arqiver
LICENSE= GPLv3
USES= cmake qt:5 tar:xz xorg
USE_XORG= xcb
USE_QT= buildtools:build qmake:build \
core gui linguist svg widgets \
x11extras
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>