19 lines
380 B
Makefile
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>
|