openbsd-ports/textproc/catfish/Makefile
2013-04-16 10:21:58 +00:00

36 lines
791 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/04/16 10:21:58 ajacoutot Exp $
COMMENT = versatile file searching tool
DISTNAME = catfish-search-0.4.0.1
PKGNAME = ${DISTNAME:S/-search//}
CATEGORIES = textproc
EXTRACT_SUFX = .tar.bz2
REVISION = 1
HOMEPAGE = http://www.twotoasts.de/index.php?/pages/catfish_summary.html
MAINTAINER = Landry Breuil <landry@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES = https://launchpad.net/catfish-search/0.4/0.4.0.1/+download/
MODULES= lang/python
CONFIGURE_STYLE=none
USE_GMAKE= Yes
RUN_DEPENDS = devel/py-gobject3 \
x11/dbus-python \
devel/desktop-file-utils \
devel/py-xdg \
x11/gtk+2,-guic
pre-configure:
cd ${WRKSRC} && ${SUBST_CMD} -c Makefile.in Makefile
cd ${WRKSRC} && ${SUBST_CMD} -c catfish.in catfish
.include <bsd.port.mk>