opnsense-ports/devel/qgit/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

19 lines
380 B
Makefile

PORTNAME= qgit
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.9
CATEGORIES= devel
MAINTAINER= adridg@FreeBSD.org
COMMENT= Graphical interface to git repositories
WWW= https://github.com/tibirna/qgit
LICENSE= GPLv2
USES= cmake compiler:c++11-lang cpe qt:5
USE_QT= core gui widgets \
buildtools:build qmake:build
USE_GITHUB= yes
GH_ACCOUNT= tibirna
.include <bsd.port.mk>