mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# Created by: Jonathan Anderson <jonathan@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= git-cola
|
|
PORTVERSION= 2.6
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jonathan@FreeBSD.org
|
|
COMMENT= Sleek and powerful Git GUI
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:net/py-qt4-network@${PY_FLAVOR} \
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui@${PY_FLAVOR} \
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= desktop-file-utils gettext gmake python shebangfix
|
|
SHEBANG_FILES= share/git-cola/bin/git-xbase
|
|
INSTALLS_ICONS= yes
|
|
NO_ARCH= yes
|
|
|
|
MAKE_ARGS= prefix=${PREFIX} PYTHON=${PYTHON_CMD}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|