Edit

IABSD.fr/ports/textproc/libtranslate/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2017-11-21 00:12:59
    Hash : 1a87aebd
    Message : mechanical replacement of the gettext module

  • textproc/libtranslate/Makefile
  • # $OpenBSD: Makefile,v 1.10 2017/11/21 00:13:04 naddy Exp $
    
    SHARED_LIBS +=  translate                 0.0 # 0.0
    
    COMMENT=	library/CLI tool interfacing to online translation services
    
    DISTNAME=	libtranslate-0.99
    REVISION=	6
    
    CATEGORIES=	textproc
    
    HOMEPAGE=	http://www.nongnu.org/libtranslate/
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB =  c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
    WANTLIB += iconv intl lzma m pcre pthread soup-2.4 sqlite3 xml2 z
    
    MASTER_SITES=	${MASTER_SITE_SAVANNAH:=libtranslate/}
    
    LIB_DEPENDS=	devel/glib2 \
    		devel/libsoup \
    		textproc/libxml
    BUILD_DEPENDS +=	textproc/p5-XML-Parser
    
    USE_GMAKE=		Yes
    CONFIGURE_STYLE=	autoconf
    AUTOCONF_VERSION=	2.59
    
    CFLAGS+=	-I${LOCALBASE}/include
    
    .include <bsd.port.mk>