freebsd-ports/devel/kommit/Makefile
Graham Perrin fb5043d6ed devel/kommit: Update WWW and description
PR:		271682
Approved by:	tcberner (mentor)
2023-10-16 18:19:09 +02:00

24 lines
713 B
Makefile

PORTNAME= kommit
DISTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Git GUI client for KDE
WWW= https://apps.kde.org/kommit/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools i18n itemviews jobwidgets \
kio parts service solid sonnet syntaxhighlighting texteditor \
textwidgets widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus gui network testlib widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>