mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
23 lines
554 B
Makefile
23 lines
554 B
Makefile
# $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
|
|
|
|
.include <bsd.port.mk>
|