e07885477a
- Version 0.5.1 -- ------------------- * Make the coverage target work with Qt 5. * Make the examples build with Qt 5. * Drop the Qt 5 requirement to 5.2.0 from 5.3.0. * Don't unload plugins when no longer used. -- Version 0.5.0 -- ------------------- * Bump Grantlee CMake requirement to 2.8.11. * Fix parsing of filter expressions in the extends tag. * Export CMake targets for grantlee plugins. * Add a way to build Grantlee with Qt 5. -- Version 0.4.0 -- ------------------- * Bump Grantlee CMake requirement to 2.8.9. * Use the CMAKE_AUTOMOC feature in Grantlee. * Clean up all CMake code. * Fix memory leak when deleting a localized template loader. * Clean up C++ code in preparation for Qt 5. * Update jQuery version used in example to the latest release. * Add API for resolving variables to strings in QtScript. * Fix tests on ARM and other platforms which use float for qreal.
22 lines
565 B
Makefile
22 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/11/13 08:58:04 markd Exp $
|
|
#
|
|
|
|
DISTNAME= grantlee-0.5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.grantlee.org/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gitorious.org/grantlee/pages/Home
|
|
COMMENT= String template engine in QT based on Django template system
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
|
|
pre-configure:
|
|
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|