mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8bd38ffae8
The upcoming KDE Frameworks ports need grantlee5 * Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5 * Move header files from devel/grantlee into a subdirectory include/grantlee4 to make sure ports do not pick up the wrong headers * Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed by ports using grantlee (before we set the PLIST_SUB manual in very of the depending ports, which now should not be needed anymore). * The ports depending on devel/grantlee have been modified from LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee to USES=grantlee:4 as this does not affect the package no version bumped was made. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7434
23 lines
534 B
Makefile
23 lines
534 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
|
|
|
|
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>
|