View | Details | Raw Unified | Return to bug 235344
Collapse All | Expand All

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

Return to bug 235344