freebsd-ports/x11-themes/qt4-style-quantumstyle/Makefile
Tobias C. Berner 4440fb81d4 Fix qt4 ports on armv6.
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.

[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html

PR:		210027
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8322
2017-06-06 05:00:56 +00:00

30 lines
776 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantumstyle
DISTVERSION= rc6
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://saidlankri.free.fr/ \
http://mirror.amdmi3.ru/distfiles/
PKGNAMEPREFIX= qt4-style-
DISTNAME= QuantumStyle-${DISTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= SVG themeable style for Qt 4 and KDE
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake
USE_QT4= corelib gui svg rcc_build uic_build moc_build
WRKSRC= ${WRKDIR}/QuantumStyle
PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libquantumstyle.so
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/
${INSTALL_PROGRAM} ${WRKSRC}/style/libquantumstyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/
.include <bsd.port.mk>