1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/qgit/Makefile
Mark Linimon af45ffe5fd This port needs a C++11-compatible compiler to build. Add
USES=compiler:c++11-lang to fix build on GCC-based architectures.

PR:		235344
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-04 11:47:49 +00:00

23 lines
426 B
Makefile

# 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>