Edit

IABSD.fr/ports/sysutils/libluksde/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:23:55
    Hash : 384eb285
    Message : bump REVISION for py3.10 -> py3.11 switch

  • sysutils/libluksde/Makefile
  • COMMENT =	library and tools to access LUKS Disk Encryption
    
    VERSION = 	20200205
    DISTNAME =	libluksde-experimental-${VERSION}
    PKGNAME =	${DISTNAME:S/-experimental//}
    REVISION =	3
    
    SHARED_LIBS +=  luksde                     0.1 # 1.0
    
    CATEGORIES =	sysutils security
    
    HOMEPAGE =	https://github.com/libyal/libluksde/wiki
    
    SITES =	https://github.com/libyal/libluksde/releases/download/${VERSION}/
    
    MAINTAINER =	Remi Pointel <rpointel@openbsd.org>
    
    # LGPLv3+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += bfio c crypto fuse iconv intl m pthread util ${MODPY_WANTLIB}
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS +=	--enable-python3
    
    WRKDIST =	${WRKDIR}/${PKGNAME}
    
    MODULES +=	lang/python
    
    BUILD_DEPENDS +=devel/gettext,-tools
    
    LIB_DEPENDS +=	devel/gettext,-runtime \
    		devel/libbfio
    
    TEST_DEPENDS +=	shells/bash
    
    pre-test:
    	sed -i s,#!/bin/bash,#!/${LOCALBASE}/bin/bash, ${WRKSRC}/tests/test_*.sh
    
    .include <bsd.port.mk>