Files

46 lines
908 B
Makefile
Raw Permalink Normal View History

2009-06-04 02:03:39 +00:00
COMMENT = versatile file searching tool
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
MAINTAINER = Landry Breuil <landry@openbsd.org>
2009-06-04 02:03:39 +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
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 \
x11/gtk+4,-guic \
x11/gtk+3 \
x11/xfce4/xfconf
BUILD_DEPENDS += \
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 \
devel/py-setuptools \
x11/gtk+3 \
x11/xfce4/xfconf
2015-04-08 06:43:57 +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>