mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
31 lines
632 B
Makefile
31 lines
632 B
Makefile
# Created by: Heiner Eichmann <h.eichmann@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdiff3
|
|
PORTVERSION= 0.9.98
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= KDE4 graphical frontend for diff
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:outsource kde:4
|
|
USE_KDE= kdelibs libkonq automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
OPTIONS_DEFINE= NLS DOCS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_OFF= -DBUILD_po:BOOL=FALSE
|
|
NLS_CMAKE_ON= -DBUILD_po:BOOL=TRUE
|
|
DOCS_CMAKE_OFF= -DBUILD_doc:BOOL=FALSE
|
|
DOCS_CMAKE_ON= -DBUILD_doc:BOOL=TRUE
|
|
|
|
.include <bsd.port.mk>
|