forked from Lainports/freebsd-ports
functional version) the KDE4 metaport kdeutils-kde4 (and also the meta- metaport x11/kde4) gained a surprising dependency on KDE Frameworks 5. Since we're renaming and moving stuff around in preparation for landing modern KDE, give the KDE4 purists their old software back. Approved by: tcberner (mentor, implicit)
19 lines
457 B
Makefile
19 lines
457 B
Makefile
# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= filelight
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils kde kde-kde4
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Map of concentric segmented-rings representing file system
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}
|
|
|
|
USES= cmake:outsource kde:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|