mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
22 lines
400 B
Makefile
22 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>
|