This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
21 lines
544 B
Makefile
21 lines
544 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-gtk-config
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= GTK2 and GTK3 Configurator for KDE
|
|
|
|
USES= cmake:outsource gettext kde:4 pkgconfig tar:xz
|
|
USE_GNOME= gtk20 gtk30
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/^install/s,KDE4_LIBEXEC_INSTALL_DIR,LIBEXEC_INSTALL_DIR,g' \
|
|
${WRKSRC}/gtk*proxies/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|