diff options
Diffstat (limited to 'x11-themes/qtcurve-qt4/Makefile')
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile index 599dabbaf76d..ccf220bda6eb 100644 --- a/x11-themes/qtcurve-qt4/Makefile +++ b/x11-themes/qtcurve-qt4/Makefile @@ -1,22 +1,12 @@ # $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} +PORTREVISION= 0 -MAINTAINER= makc@FreeBSD.org -COMMENT= QtCurve Qt4 widget style +COMMENT= QtCurve widget style for Qt 4 -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 +QTCURVE_SLAVE= qt4 -PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/qtcurve.so +MASTERDIR= ${.CURDIR}/../qtcurve -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |