mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
31 lines
637 B
Makefile
31 lines
637 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 qt:4
|
|
USE_KDE= kdelibs libkonq automoc4
|
|
USE_QT= 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>
|