Edit

IABSD.fr/ports/textproc/catfish/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2017-06-13 07:43:55
    Hash : 2da38a6c
    Message : use the textproc/intltool MODULE.

  • textproc/catfish/Makefile
  • # $OpenBSD: Makefile,v 1.26 2017/06/13 07:43:56 ajacoutot Exp $
    
    COMMENT =	versatile file searching tool
    
    MODPY_EGG_VERSION =	1.4.2
    DISTNAME =	catfish-${MODPY_EGG_VERSION}
    CATEGORIES =	textproc
    EXTRACT_SUFX =	.tar.bz2
    REVISION =	0
    
    MAINTAINER =	Landry Breuil <landry@openbsd.org>
    
    HOMEPAGE =	http://smdavis.us/projects/catfish/
    
    # GPLv2
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES =	https://launchpad.net/catfish-search/${MODPY_EGG_VERSION:C/..$//}/${MODPY_EGG_VERSION}/+download/
    
    MODULES=	lang/python \
    		textproc/intltool
    MODPY_VERSION=	${MODPY_DEFAULT_VERSION_3}
    MODPY_ADJ_FILES=bin/catfish
    NO_BUILD=	Yes
    
    RUN_DEPENDS =	devel/py-gobject3${MODPY_FLAVOR} \
    		devel/desktop-file-utils \
    		devel/xdg-utils \
    		devel/py-pexpect${MODPY_FLAVOR} \
    		x11/gtk+3,-guic
    
    BUILD_DEPENDS +=	${_MODPY_BUILD_DEPENDS} \
    		devel/py-distutils-extra${MODPY_FLAVOR}
    
    # pygobject GTK3 introspection (not provided by indirect dependencies)
    RUN_DEPENDS +=	x11/gtk+3
    
    .include <bsd.port.mk>