opnsense-ports/devel/qgit/Makefile
Franco Fichtner 375b68a97d */*: sync with upstream
Taken from: HardenedBSD
2018-06-29 08:54:33 +02:00

21 lines
400 B
Makefile

# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
# $FreeBSD$
PORTNAME= qgit
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.8
CATEGORIES= devel
MAINTAINER= adridg@FreeBSD.org
COMMENT= Graphical interface to git repositories
LICENSE= GPLv2
USES= cmake:outsource qt:5
USE_QT= core gui widgets \
buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= tibirna
.include <bsd.port.mk>