freebsd-ports/sysutils/catfish/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
703 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 \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \
${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3 \
gksu:sysutils/gksu
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= python
USE_PYTHON= distutils
USE_GNOME= gtk30 intltool
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}
.include <bsd.port.post.mk>