mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b2a438e1ba
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
27 lines
719 B
Makefile
27 lines
719 B
Makefile
PORTNAME= phonon
|
|
DISTVERSION= 4.12.0
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
|
DIST_SUBDIR= KDE/phonon
|
|
PKGNAMESUFFIX= -designerplugin-qt5
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt Designer plugin for Phonon
|
|
WWW= https://userbase.kde.org/Phonon
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake:insource compiler:c++11-lang kde:5 qt:5 tar:xz
|
|
USE_KDE= phonon ecm:build
|
|
USE_QT= core designer gui uiplugin widgets xml \
|
|
buildtools:build qmake:build
|
|
CMAKE_ON= PHONON_BUILD_QT5
|
|
CMAKE_OFF= PHONON_BUILD_QT6
|
|
PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/phonon4qt5widgets.so
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/designer5
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
DISTINFO_FILE= ${.CURDIR:H}/phonon/distinfo
|
|
|
|
.include <bsd.port.mk>
|