diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-25 19:05:47 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-05-25 19:05:47 +0000 |
commit | 36f71baae6da878855a86f5f7bebe4ceeafa0d0c (patch) | |
tree | 4bc82c8fa9a0d3a22c1d8bf5d7abafd3e138e421 /x11-themes | |
parent | f9ada7bc0464be386a369c4f721f10b11e55fe20 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/pkg-descr | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile new file mode 100644 index 000000000000..c57fbee7e893 --- /dev/null +++ b/x11-themes/qtcurve-qt4/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: qtcurve-qt4 +# Date created: 2010-05-25 +# Whom: Max Brazhnikov <makc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qtcurve +PORTVERSION= 1.4.1 +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 + +USE_BZIP2= yes +USE_CMAKE= yes +USE_QT_VER= 4 +QT_COMPONENTS= 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_DIRS= ${QT_PLUGINDIR_REL}/styles + +.include <bsd.port.mk> diff --git a/x11-themes/qtcurve-qt4/distinfo b/x11-themes/qtcurve-qt4/distinfo new file mode 100644 index 000000000000..1eb55416bd20 --- /dev/null +++ b/x11-themes/qtcurve-qt4/distinfo @@ -0,0 +1,3 @@ +MD5 (QtCurve-KDE4-1.4.1.tar.bz2) = c9404370d41bc4538e62e84fe13677e3 +SHA256 (QtCurve-KDE4-1.4.1.tar.bz2) = c995fd11e5092fd1a29c82b73fd929e64e4dff3aebf3291ddb08798ffcd65a72 +SIZE (QtCurve-KDE4-1.4.1.tar.bz2) = 231792 diff --git a/x11-themes/qtcurve-qt4/pkg-descr b/x11-themes/qtcurve-qt4/pkg-descr new file mode 100644 index 000000000000..6c5f87ea9605 --- /dev/null +++ b/x11-themes/qtcurve-qt4/pkg-descr @@ -0,0 +1,4 @@ +QtCurve is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps. +This port provides Qt4 style plugin. + +WWW: http://www.kde-look.org/content/show.php?content=40492 |