blob: 10f10d1bf6be33714af9a5e68d55c6c2021cde6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
# $FreeBSD$
PORTNAME= qgit
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.8
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= adridg@FreeBSD.org
COMMENT= Graphical interface to git repositories
LICENSE= GPLv2
USES= cmake compiler:c++11-lang qt:5
USE_QT= core gui widgets \
buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= tibirna
.include <bsd.port.mk>
|