aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/qtcurve-qt4/Makefile
blob: f50d7fd16a089e66611e214e8b2d4c7f2fa2d89a (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
# $FreeBSD$

PORTNAME=   qtcurve
PORTVERSION=    1.8.14
CATEGORIES= x11-themes
MASTER_SITES=   http://craigd.wikispaces.com/file/view/
PKGNAMEPREFIX=  qt4-style-
DISTNAME=   QtCurve-KDE4-${PORTVERSION}

MAINTAINER= makc@FreeBSD.org
COMMENT=    QtCurve Qt4 widget style

USES=       cmake tar:bzip2
USE_QT4=    dbus gui svg imageformats_run \
        qmake_build uic_build moc_build rcc_build
CFLAGS+=    -I${LOCALBASE}/include
CMAKE_ARGS+=    -DQTC_QT_ONLY:BOOL=ON \
        -DQTC_DISABLE_KDEFILEDIALOG_CALLS:BOOL=ON

PLIST_FILES=    ${QT_PLUGINDIR_REL}/styles/qtcurve.so
PLIST_DIRSTRY=  ${QT_PLUGINDIR_REL}/styles

.include <bsd.port.mk>