5a91ceaf33
Official announcement: http://kde.org/announcements/announce-4.8.4.php
28 lines
654 B
Makefile
28 lines
654 B
Makefile
# New ports collection Makefile for: filelight
|
|
# Date created: 2009-10-09
|
|
# Whom: Rusty Nejdl <rnejdl@ringofsaturn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= filelight
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Map of concentric segmented-rings representing your file system
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
CONFLICTS= kdeutils-4.6.*
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
USE_XZ= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|