freebsd-ports/sysutils/catfish/Makefile
Mathieu Arnold d0cba2b797 Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.

PR:		224618
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13550
2018-01-03 13:22:31 +00:00

28 lines
682 B
Makefile

# Created by: jpaetzel@FreeBSD.org
# $FreeBSD$
PORTNAME= catfish
PORTVERSION= 1.4.1
CATEGORIES= sysutils
MASTER_SITES= http://launchpad.net/catfish-search/1.4/1.4.1/+download/
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= GTK search utility
LICENSE= GPLv3
RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${FLAVOR} \
gksu:sysutils/gksu
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= python:2.7
USE_PYTHON= distutils
USE_GNOME= gtk30 intltool pygobject3
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}
.include <bsd.port.post.mk>