forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
37 lines (27 loc) · 1014 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $FreeBSD$
PORTNAME= ark
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= archivers kde kde-applications
MAINTAINER= [email protected]
COMMENT= Archiving tool for KDE
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:outsource gettext libarchive kde:5 qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools ecm i18n iconthemes \
itemmodels itemviews jobwidgets khtml kio parts pty service \
solid sonnet textwidgets widgetsaddons xmlgui
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= 7ZIP RAR ZIP
OPTIONS_SUB= YES
7ZIP_DESC= Support for 7-Zip archives
7ZIP_RUN_DEPENDS= 7z:archivers/p7zip
RAR_DESC= Support for RAR archives
RAR_RUN_DEPENDS= unrar:archivers/unrar \
rar:archivers/rar
ZIP_DESC= Support for ZIP archives
ZIP_LIB_DEPENDS= libzip.so:archivers/libzip
ZIP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibZip
.include <bsd.port.mk>