mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
ba419a2e74
Approved by: brd Differential Revision: https://reviews.freebsd.org/D6340
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# Created by: Jonathan Anderson <jonathan@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= git-cola
|
|
PORTVERSION= 2.6
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jonathan@FreeBSD.org
|
|
COMMENT= Sleek and powerful Git GUI
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:net/py-qt4-network \
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui \
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= desktop-file-utils gettext gmake python
|
|
INSTALLS_ICONS= YES
|
|
|
|
MAKE_ARGS= prefix=${PREFIX} PYTHON=${PYTHON_CMD}
|
|
|
|
.include <bsd.port.mk>
|