zhuk 8327e303d7 KDiskFree displays available file devices (hard disk drives, floppy,
CD/DVD etc.) along with information on their capacity, free space,
type, mount point etc.
2013-04-24 11:59:19 +00:00

15 lines
392 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:59:19 zhuk Exp $
COMMENT = KDE storage device statistics
DISTNAME = kdf-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>