41 lines
918 B
Makefile
41 lines
918 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/12/03 23:04:37 ajacoutot Exp $
|
|
|
|
COMMENT = versatile file searching tool
|
|
|
|
DISTNAME = catfish-0.3.2
|
|
REVISION= 5
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://www.twotoasts.de/index.php?/pages/catfish_summary.html
|
|
|
|
MAINTAINER = Landry Breuil <gaston@gcu.info>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES = http://www.twotoasts.de/media/catfish/
|
|
|
|
MODULES= lang/python
|
|
CONFIGURE_STYLE=none
|
|
USE_GMAKE= Yes
|
|
|
|
RUN_DEPENDS = x11/py-gtk2 \
|
|
x11/dbus-python \
|
|
devel/desktop-file-utils \
|
|
devel/py-xdg \
|
|
x11/gtk+2,-guic
|
|
|
|
# nothing in the dep chain provides librsvg, so explicitely depend on it
|
|
# so that the icon is correctly displayed
|
|
RUN_DEPENDS+= x11/gnome/librsvg
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SUBST_CMD} -c Makefile.in Makefile
|
|
cd ${WRKSRC} && ${SUBST_CMD} -c catfish.in catfish
|
|
|
|
.include <bsd.port.mk>
|
|
|