freebsd-ports/devel/grantlee/Makefile
Tobias C. Berner c5a77623ed Define PORTSCOUT in devel/grantlee[5].
devel/grantlee -> 0.*
devel/grantlee5 -> 5.*

Approved by:	mat (mentor)
2016-09-12 17:51:19 +00:00

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>