2009-06-04 02:03:39 +00:00
|
|
|
COMMENT = versatile file searching tool
|
|
|
|
|
|
2019-01-27 12:50:25 +00:00
|
|
|
XFCE_GOODIE = catfish
|
2025-05-21 07:04:39 +00:00
|
|
|
XFCE_VERSION = 4.20.1
|
2009-06-04 02:03:39 +00:00
|
|
|
CATEGORIES = textproc
|
|
|
|
|
|
2012-09-10 20:54:40 +00:00
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
2009-06-04 02:03:39 +00:00
|
|
|
|
2019-01-27 12:50:25 +00:00
|
|
|
HOMEPAGE = https://bluesabre.org/projects/catfish/
|
2015-04-04 16:01:22 +00:00
|
|
|
|
2009-06-04 02:03:39 +00:00
|
|
|
# GPLv2
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2009-06-04 02:03:39 +00:00
|
|
|
|
2024-12-26 07:12:04 +00:00
|
|
|
MODULES= devel/meson \
|
|
|
|
|
lang/python \
|
2020-08-23 08:16:42 +00:00
|
|
|
x11/xfce4
|
2016-04-26 15:31:31 +00:00
|
|
|
MODPY_ADJ_FILES=bin/catfish
|
2009-06-04 02:03:39 +00:00
|
|
|
|
2024-12-21 11:39:00 +00:00
|
|
|
RUN_DEPENDS = devel/py-gobject3 \
|
2010-11-20 19:56:47 +00:00
|
|
|
devel/desktop-file-utils \
|
2016-04-26 15:31:31 +00:00
|
|
|
devel/xdg-utils \
|
2024-12-21 11:39:00 +00:00
|
|
|
devel/py-pexpect \
|
|
|
|
|
x11/dbus-python \
|
2023-04-24 11:41:20 +00:00
|
|
|
x11/gtk+4,-guic \
|
2024-12-28 09:03:52 +00:00
|
|
|
x11/gtk+3 \
|
2021-09-20 10:16:38 +00:00
|
|
|
x11/xfce4/xfconf
|
2011-05-18 21:13:49 +00:00
|
|
|
|
2024-12-27 14:14:57 +00:00
|
|
|
BUILD_DEPENDS += \
|
2024-12-28 09:03:52 +00:00
|
|
|
devel/py-gobject3 \
|
2024-12-21 11:39:00 +00:00
|
|
|
devel/py-pexpect \
|
2020-08-24 06:38:39 +00:00
|
|
|
devel/gettext,-tools \
|
2024-12-21 11:39:00 +00:00
|
|
|
x11/dbus-python \
|
|
|
|
|
devel/py-distutils-extra \
|
2024-12-27 14:14:57 +00:00
|
|
|
devel/py-setuptools \
|
2024-12-28 09:03:52 +00:00
|
|
|
x11/gtk+3 \
|
2024-12-27 14:14:57 +00:00
|
|
|
x11/xfce4/xfconf
|
2015-04-08 06:43:57 +00:00
|
|
|
|
2014-03-14 17:26:18 +00:00
|
|
|
# pygobject GTK3 introspection (not provided by indirect dependencies)
|
|
|
|
|
RUN_DEPENDS += x11/gtk+3
|
|
|
|
|
|
2020-12-29 15:29:35 +00:00
|
|
|
# fix zero-mtime *.po files which arent built by build_i18n
|
|
|
|
|
post-patch:
|
|
|
|
|
touch ${WRKSRC}/po/*.po
|
|
|
|
|
|
2009-06-04 02:03:39 +00:00
|
|
|
.include <bsd.port.mk>
|