mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
531e72dfad
A URL ending a sentence, with a full stop after it, causes pain for renderers such as freshports.org and other clients that may hyperlink them. Since the same URL is just below it in the pkg-descr WWW URL, amend the sentence to point to it instead. PR: 240385 Reported by: Graham Perrin <grahamperrin gmail com> Approved by: portmgr (blanket: just fix it)
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orca
|
|
PORTVERSION= 3.28.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= accessibility gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Scriptable screen reader
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \
|
|
py3?-xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
|
py3?-cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
|
|
itstool:textproc/itstool
|
|
LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core
|
|
RUN_DEPENDS= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \
|
|
py3?-speech-dispatcher>=0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \
|
|
py3?-atspi>=0:accessibility/py-atspi@${PY_FLAVOR} \
|
|
py3?-xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
|
py3?-cairo>=0:graphics/py-cairo@${PY_FLAVOR}
|
|
|
|
# conflict with py*-json-py because orca uses the json from python itself
|
|
# and py*-json-py shadows this.
|
|
CONFLICTS= py*-json-py-[0-9]*
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
NO_ARCH= yes
|
|
USES= gettext gmake gnome localbase pathfix pkgconfig \
|
|
python:3.4+ tar:xz
|
|
USE_GNOME= gtk30 pygobject3 intlhack
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${WRKSRC}/src/orca/orca_i18n.py
|
|
|
|
.include <bsd.port.mk>
|