Files
ports/devel/gitqlient/Makefile
T
Adriaan de Groot 60025abfa4 devel/gitqlient: switch to Qt6
This changes over to Qt6; the release is the same because
there's nothing newer. There **are** 99 commits since the
release, and suggestions that CMake builds might work in
master upstream, but we're not going there. So it still
uses qmake for the build.

PR:	289583
Reported-by:	diizzy@
2026-01-04 22:01:59 +01:00

28 lines
740 B
Makefile

PORTNAME= gitqlient
DISTVERSION= 1.6.3
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/francescmm/GitQlient/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= adridg@FreeBSD.org
COMMENT= Graphical interface to git repositories
WWW= https://francescmm.github.io/GitQlient/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++17-lang cpe gl qmake:outsource qt:6
USE_GL= gl
USE_QT= base 5compat tools:build
QMAKE_SOURCE_PATH= ${WRKSRC}/GitQlient.pro
post-patch:
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \
${PATCH_WRKSRC}/GitQlient.pro
@${REINPLACE_CMD} -e 's|%%SHASHORT%%|faf286e|g' \
${PATCH_WRKSRC}/GitQlient.pro
.include <bsd.port.mk>