c5a77623ed
devel/grantlee -> 0.* devel/grantlee5 -> 5.* Approved by: mat (mentor)
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grantlee
|
|
DISTVERSION= ${GRANTLEE_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.${PORTNAME}.org/ \
|
|
http://www.loegria.net/${PORTNAME}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= String template engine for Qt 4
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PORTSCOUT= limit:^0\.
|
|
|
|
USE_QT4= corelib gui qtestlib_build script \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USES= cmake:outsource grantlee:4,selfbuild
|
|
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|