mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
fd70e69672
- this was overlooked in r528830
17 lines
457 B
Makefile
17 lines
457 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qqc2-desktop-style
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-themes kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt QuickControl2 style for KDE
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \
|
|
kirigami2 widgetsaddons
|
|
USE_QT= gui declarative network widgets xml \
|
|
buildtools_build core qmake_build
|
|
|
|
.include <bsd.port.mk>
|