mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
24 lines
529 B
Makefile
24 lines
529 B
Makefile
# Created by: Tobias C. Berner <tcberner@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grantlee
|
|
PORTVERSION= ${GRANTLEE_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.${PORTNAME}.org/
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= String template engine for Qt 5
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PORTSCOUT= limit:^5\.
|
|
|
|
USE_QT= buildtools_build core gui qmake_build script
|
|
USES= cmake:outsource compiler:c++11-lib grantlee:5,selfbuild qt:5
|
|
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|