mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
d0d2791306
* update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
19 lines
472 B
Makefile
19 lines
472 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= karchive
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= archivers kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library that provides classes for handling archive formats
|
|
|
|
# Sources say LGPL20, KDE policy says LGPL21+, license file is LGPL21
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core qmake_build
|
|
|
|
.include <bsd.port.mk>
|