blob: 33e42e33ba4770a01680d1b2d78b9b51c0eac9e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|