To depend on phonon, you now need USES= kde:<ver> USE_KDE=phonon if you want to depend on the backend, also add USE_KDE= phonon-backend
17 lines
450 B
Makefile
17 lines
450 B
Makefile
PORTNAME= knotifyconfig
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
COMMENT= Configuration system for KNotify
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
LIB_DEPENDS= libcanberra.so:audio/libcanberra
|
|
|
|
USES= cmake gettext gl kde:6 qt:6 tar:xz
|
|
USE_GL= gl opengl
|
|
USE_KDE= completion config coreaddons i18n jobwidgets kio notifications \
|
|
phonon service solid widgetsaddons xmlgui \
|
|
ecm:build
|
|
USE_QT= base
|
|
|
|
.include <bsd.port.mk>
|