This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# Created by: Heiner <h.eichmann@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= krusader
|
|
DISTVERSION= 2.4.0-beta3
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-fm kde
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Twin panel file manager for KDE, like midnight or norton commander
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:outsource gettext kde:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|