aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kf6-knotifications/Makefile
blob: cfd64c179cc09cfadf36f4b2a9fa7134eaeb4651 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	knotifications
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	devel kde kde-frameworks

COMMENT=	Cross-platform library for creating popup notifications
MAINTAINER=	kde@FreeBSD.org

LIB_DEPENDS=	libcanberra.so:audio/libcanberra

USES=		cmake gl kde:6 qt:6 tar:xz xorg
USE_GL=		gl opengl
USE_KDE=	config coreaddons windowsystem \
		ecm:build
USE_QT=		base declarative
USE_XORG=	x11 xtst

# Requires PySide and Shiboken.
CMAKE_OFF=	BUILD_PYTHON_BINDINGS

.include <bsd.port.mk>