Edit

IABSD.fr/ports/sysutils/libolecf/Makefile

Branch :

  • Show log

    Commit

  • Author : rpointel
    Date : 2017-04-08 04:25:48
    Hash : 61536c42
    Message : update to 20170129. ok benoit@.

  • sysutils/libolecf/Makefile
  • # $OpenBSD: Makefile,v 1.2 2017/04/08 04:25:48 rpointel Exp $
    
    COMMENT =	library and tools to access the OLE 2 Compound File
    
    VERSION = 	20170129
    DISTNAME =	libolecf-alpha-${VERSION}
    PKGNAME =	${DISTNAME:S/-alpha//}
    
    SHARED_LIBS +=  olecf                       0.0 # 1.0
    
    CATEGORIES =	sysutils security
    
    HOMEPAGE =	https://github.com/libyal/libolecf/wiki
    
    MASTER_SITES =	https://github.com/libyal/libolecf/releases/download/${VERSION}/
    
    MAINTAINER =	Remi Pointel <rpointel@openbsd.org>
    
    # LGPLv3+
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB += bfio c fuse m pthread util ${MODPY_WANTLIB}
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS +=	--enable-python
    
    WRKDIST =	${WRKDIR}/${PKGNAME}
    
    MODULES +=	devel/gettext \
    		lang/python
    
    LIB_DEPENDS +=	devel/libbfio
    
    TEST_DEPENDS +=	shells/bash
    
    pre-test:
    	sed -i s,#!/bin/bash,#!/${LOCALBASE}/bin/bash, ${WRKSRC}/tests/test_*.sh
    
    .include <bsd.port.mk>