2013-02-03 21:10:37 +01:00
|
|
|
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
2011-02-06 16:30:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-02-18 14:55:27 +01:00
|
|
|
# Some ports install files into versioned grantlee directory (GRANTLEE_VER)
|
|
|
|
# they must be fixed whenever grantlee gets version bump
|
|
|
|
# Known ports:
|
|
|
|
# deskutils/kdepim4
|
|
|
|
# devel/kdevplatform
|
|
|
|
# finance/skrooge
|
|
|
|
#
|
|
|
|
|
2011-02-06 16:30:19 +01:00
|
|
|
PORTNAME= grantlee
|
2014-10-19 17:49:51 +02:00
|
|
|
DISTVERSION= 0.5.1
|
2011-02-06 16:30:19 +01:00
|
|
|
CATEGORIES= devel
|
2011-10-24 22:06:54 +02:00
|
|
|
MASTER_SITES= http://downloads.${PORTNAME}.org/ \
|
|
|
|
http://www.loegria.net/${PORTNAME}/
|
2011-02-06 16:30:19 +01:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2014-02-18 14:55:27 +01:00
|
|
|
COMMENT= String template engine for Qt 4
|
2011-02-06 16:30:19 +01:00
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
USE_QT4= corelib gui qtestlib_build script \
|
|
|
|
qmake_build moc_build rcc_build uic_build
|
2013-03-22 21:06:14 +01:00
|
|
|
USES= cmake:outsource
|
2013-02-03 21:10:37 +01:00
|
|
|
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
|
|
|
|
USE_LDCONFIG= yes
|
2011-02-06 16:30:19 +01:00
|
|
|
|
2014-02-18 14:55:27 +01:00
|
|
|
PLIST_SUB= SHLIB_VER=${PORTVERSION} \
|
|
|
|
GRANTLEE_VER=${PORTVERSION:R}
|
2011-02-06 16:30:19 +01:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.include <bsd.port.mk>
|