opnsense-ports/sysutils/catfish/Makefile
Franco Fichtner b384346f6d */*: sync with upstream
Taken from: HardenedBSD
2018-01-03 17:34:10 +01: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>