mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
303a695888
databases/akonadi: - Update to 1.11.0 - Drop ipv6 from CATEGORIES - Squeeze MASTER_SITES/SUBDIR - Add dependency on modern compiler to fix build on 9.x - Use options helpers - Remove QT_PREFIX from PLIST_SUB, it's already set in bsd.qt.mk - Realign commented lines devel/grantlee: update to 0.4.0 - Remove broken DOXYGEN option - Add list of ports that need modification on grantlee update - Remove MAKE_JOBS_UNSAFE devel/libkgapi: - Update to 2.0.1 devel/libkolab: - Update to 0.5.0 textproc/libkolabxml: - Update to 1.0.1
34 lines
780 B
Makefile
34 lines
780 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
# 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
|
|
# misk/kdehier4
|
|
#
|
|
|
|
PORTNAME= grantlee
|
|
DISTVERSION= 0.4.0
|
|
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
|
|
|
|
USE_QT4= corelib gui qtestlib_build script \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USES= cmake:outsource
|
|
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= SHLIB_VER=${PORTVERSION} \
|
|
GRANTLEE_VER=${PORTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|