freebsd-ports/x11-themes/qt5-style-Kvantum/Makefile
Dmitry Marakasov 11db5185aa - Update to 0.10.0
PR:		211064
Submitted by:	matthew@reztek.cz (maintainer)
2016-07-13 13:34:13 +00:00

31 lines
661 B
Makefile

# $FreeBSD$
PORTNAME= Kvantum
PORTVERSION= 0.10.0
DISTVERSIONPREFIX= V
CATEGORIES= x11-themes
PKGNAMEPREFIX= qt5-style-
MAINTAINER= matthew@reztek.cz
COMMENT= SVG-based theme engine for Qt4/5, KDE and LXQT
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= tsujan
USES= compiler:c++11-lang qmake
USE_QT5= core gui svg widgets x11extras buildtools_build
USE_XORG= x11 xext
USE_GL= gl
INSTALLS_ICONS= yes
WRKSRC_SUBDIR= ${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|/kde4/|/|g' ${WRKSRC}/style/style.pro
@${REINPLACE_CMD} -e 's|/kde4/|/|g' -e 's|--no-preserve=mode||g' \
${WRKSRC}/themes/themes.pro
.include <bsd.port.mk>