freebsd-ports/x11-themes/gtk-qt4-engine/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

34 lines
863 B
Makefile

# Created by: Kris Moore <kris@pcbsd.org>
# $FreeBSD$
PORTNAME= gtk-qt-engine
PORTVERSION= 1.1
PORTREVISION= 12
CATEGORIES= x11-themes
MASTER_SITES= GOOGLE_CODE
MAINTAINER= makc@FreeBSD.org
COMMENT= GTK+ 2.x theme engine allowing to use Qt/KDE styles
BROKEN= Unfetchable (google code has gone away)
USE_GNOME= gtk20
USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build
USES= cmake gettext kde:4 pkgconfig tar:bzip2
USE_KDE= kdelibs automoc4
WRKSRC= ${WRKDIR}/${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>