mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
623 B
Makefile
20 lines
623 B
Makefile
PORTNAME= kompare
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= textproc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Diff/Patch Frontend
|
|
|
|
LIB_DEPENDS= libkomparediff2.so:textproc/libkomparediff2
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
doctools ecm i18n iconthemes jobwidgets kio parts service \
|
|
sonnet texteditor textwidgets widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|