Files
ports/net-im/scudcloud/Makefile
Tobias Kortkamp ce1af7fdc2 *: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00

37 lines
905 B
Makefile

# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org>
PORTNAME= scudcloud
PORTVERSION= 1.65
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= net-im
MAINTAINER= nivit@FreeBSD.org
COMMENT= Desktop client app for Slack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsmin>0:devel/py-jsmin@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
GH_ACCOUNT= raelgc
HUNSPELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${PY_FLAVOR} \
falkon:www/falkon
OPTIONS_DEFINE= HUNSPELL
USES= gnome python:3.5+ pyqt:5
USE_PYQT= sip_run webkit_run webkitwidgets_run
USE_GITHUB= yes
USE_PYTHON= autoplist distutils optsuffix
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \
${WRKSRC}/share/${PORTNAME}.desktop \
${WRKSRC}/${PORTNAME}/resources.py
.include <bsd.port.mk>