mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7226451716
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime - update USES in some kde ports Some are cosmetic; some add shebangfix or pathfix where needed PR: 209304 Submitted by: groot@kde.org (kde)
25 lines
630 B
Makefile
25 lines
630 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smokeqt
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= SMOKE bindings for Qt
|
|
|
|
LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 \
|
|
libqwt.so:x11-toolkits/qwt5
|
|
|
|
USE_KDE4= smokegen qimageblitz
|
|
USE_QT4= corelib dbus declarative designer_build gui help \
|
|
multimedia network opengl phonon qtestlib script \
|
|
sql svg webkit xml xmlpatterns \
|
|
qmake_build moc_build uic_build rcc_build
|
|
USES= cmake:outsource pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|