Edit

IABSD.fr/ports/sysutils/libvshadow/Makefile

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2026-03-19 10:00:25
    Hash : 07379077
    Message : update to 20240504 take MAINTAINER feedback and OK sthen@

  • sysutils/libvshadow/Makefile
  • COMMENT =	library and tools to access the VSSformat
    
    VERSION =	20240504
    DISTNAME =	libvshadow-alpha-${VERSION}
    PKGNAME =	${DISTNAME:S/-alpha//}
    
    SHARED_LIBS +=  vshadow                       0.2 # 1.0
    
    CATEGORIES =	sysutils security
    
    HOMEPAGE =	https://github.com/libyal/libvshadow/wiki
    
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    SITES =	https://github.com/libyal/libvshadow/releases/download/${VERSION}/
    
    # LGPLv3+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =  ${MODPY_WANTLIB}
    WANTLIB += bfio c fuse iconv intl m pthread util
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS +=	--enable-python
    
    WRKDIST =	${WRKDIR}/${PKGNAME}
    
    MODULES +=	lang/python
    
    BUILD_DEPENDS =	devel/gettext,-tools \
    		devel/py-setuptools
    
    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>