forked from Lainports/opnsense-ports
16 lines
355 B
Makefile
16 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= baloo-widgets
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= The BalooWidgets library
|
|
|
|
USES= cmake:outsource kde:4 tar:xz
|
|
USE_KDE= automoc4 baloo kfilemetadata
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|