38 lines
849 B
Makefile
38 lines
849 B
Makefile
# $OpenBSD: Makefile,v 1.31 2019/07/12 20:49:57 sthen Exp $
|
|
|
|
COMMENT = versatile file searching tool
|
|
|
|
XFCE_GOODIE = catfish
|
|
XFCE_VERSION = 1.4.7
|
|
MODPY_EGG_VERSION = ${XFCE_VERSION}
|
|
CATEGORIES = textproc
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Landry Breuil <landry@openbsd.org>
|
|
|
|
HOMEPAGE = https://bluesabre.org/projects/catfish/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python \
|
|
x11/xfce4 \
|
|
textproc/intltool
|
|
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
|
MODPY_ADJ_FILES=bin/catfish
|
|
NO_BUILD= Yes
|
|
|
|
RUN_DEPENDS = devel/py-gobject3${MODPY_FLAVOR} \
|
|
devel/desktop-file-utils \
|
|
devel/xdg-utils \
|
|
devel/py-pexpect${MODPY_FLAVOR} \
|
|
x11/gtk+3,-guic
|
|
|
|
BUILD_DEPENDS += ${_MODPY_BUILD_DEPENDS} \
|
|
devel/py-distutils-extra${MODPY_FLAVOR}
|
|
|
|
# pygobject GTK3 introspection (not provided by indirect dependencies)
|
|
RUN_DEPENDS += x11/gtk+3
|
|
|
|
.include <bsd.port.mk>
|