3004047042
- Drop unneeded USE=qt - Disable Python flavors to fix staging PR: 295754 Approved by: maintainer timeout
37 lines
862 B
Makefile
37 lines
862 B
Makefile
PORTNAME= git-cola
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.14.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= dch@FreeBSD.org
|
|
COMMENT= Sleek and powerful Git GUI
|
|
WWW= https://git-cola.github.io/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
|
|
git>=0:devel/git
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtPy>=1.7.1:devel/py-QtPy@${PY_FLAVOR}
|
|
|
|
USES= desktop-file-utils gmake gnome pyqt:6 python \
|
|
shebangfix
|
|
USE_GITHUB= yes
|
|
USE_PYQT= pyqt6
|
|
USE_PYTHON= autoplist noflavors pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
MAKE_ARGS= prefix=${PREFIX} \
|
|
PYTHON=${PYTHON_CMD}
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|