1d16d53e19
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
33 lines
760 B
Makefile
33 lines
760 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ark
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Archiving tool for KDE
|
|
|
|
LIB_DEPENDS= libqjson.so:devel/qjson
|
|
|
|
USES= cmake:outsource kde:4 libarchive cpe tar:xz
|
|
USE_KDE= automoc4 kdelibs libkonq
|
|
CPE_VENDOR= kde
|
|
USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= 7ZIP RAR ZIP
|
|
|
|
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_RUN_DEPENDS= unzip>0:archivers/unzip \
|
|
zip:archivers/zip
|
|
|
|
.include <bsd.port.mk>
|