1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/catfish/Makefile
Guido Falsi 44d47c7fae Add USE_PYTHON=noflavors to catfish to avoid warnings and errors
when building all ports in poudriere with bulk -a

Reported by:	kai
2020-01-17 21:58:54 +00:00

49 lines
1.3 KiB
Makefile

# Created by: jpaetzel@FreeBSD.org
# $FreeBSD$
PORTNAME= catfish
PORTVERSION= 1.4.13
CATEGORIES= sysutils
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= GTK search utility
LICENSE= GPLv3
RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
BUILD_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
USES= desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2
USE_PYTHON= distutils noflavors
USE_GNOME= gtk30 intltool pygobject3
NO_ARCH= yes
INSTALLS_ICONS= yes
OPTIONS_DEFINE= DOCS ZEITGEIST
OPTIONS_DEFAULT=POLKIT
OPTIONS_MULTI= PRIVILEGES
OPTIONS_MULTI_PRIVILEGES= POLKIT SUDO
POLKIT_DESC= Provide Polkit (pkexec) support
POLKIT_RUN_DEPENDS= pkexec:sysutils/polkit
SUDO_DESC= Provide sudo support
SUDO_RUN_DEPENDS= sudo:security/sudo
ZEITGEIST_DESC= Provide recent search suggestions (broken)
ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}
.include <bsd.port.post.mk>