aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-qt4-engine/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 17:55:45 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 17:55:45 +0000
commit93d2c4e4f7c7f836b76f793c0f3871201feffe5c (patch)
treeafe9b25e4cafecb26cea5d778b41de60d4599d9d /x11-themes/gtk-qt4-engine/Makefile
parente2e4965540e23520aeef3a11e591bf4c1f356c19 (diff)
Notes
Diffstat (limited to 'x11-themes/gtk-qt4-engine/Makefile')
-rw-r--r--x11-themes/gtk-qt4-engine/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-themes/gtk-qt4-engine/Makefile b/x11-themes/gtk-qt4-engine/Makefile
deleted file mode 100644
index 6783fbe58e8e..000000000000
--- a/x11-themes/gtk-qt4-engine/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Kris Moore <kris@pcbsd.org>
-# $FreeBSD$
-
-PORTNAME= gtk-qt-engine
-PORTVERSION= 1.1
-PORTREVISION= 16
-CATEGORIES= x11-themes
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2018-12-31
-
-LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
-
-USE_GITHUB= yes
-GH_ACCOUNT= davidsansome
-GH_TAGNAME= 0dc6c26
-
-USES= cmake:insource gettext kde:4 pkgconfig qt:4
-USE_GNOME= cairo gdkpixbuf2 gtk20
-USE_KDE= kdelibs automoc4
-USE_QT= dbus corelib gui moc_build rcc_build uic_build qmake_build svg
-USE_XORG= x11
-WRKSRC_SUBDIR= ${PORTNAME}
-
-OPTIONS_DEFINE= BONOBO
-BONOBO_DESC= Better support for Bonobo (GNOME) framework
-BONOBO_USE= GNOME=libbonoboui
-
-post-patch:
- @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
- ${WRKSRC}/kcm_gtk/searchpaths.cpp \
- ${WRKSRC}/src/rcproperties.cpp
-
-post-patch-BONOBO-off:
- ${REINPLACE_CMD} -e '/^PKGCONFIG(libbonoboui/d' \
- ${WRKSRC}/CMakeLists.txt
-
-.include <bsd.port.mk>