aboutsummaryrefslogtreecommitdiffstats
path: root/devel/smokeqt/Makefile
blob: dbc8608e885c5673df741c04363d5b7a29fe892b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $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>