diff --git a/security/blst/Makefile b/security/blst/Makefile index 71b1b7156931..b9dda2691cc5 100644 --- a/security/blst/Makefile +++ b/security/blst/Makefile @@ -1,33 +1,34 @@ PORTNAME= blst DISTVERSIONPREFIX= v DISTVERSION= 0.3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MAINTAINER= arrowd@FreeBSD.org COMMENT= Implementation of BLS12-381 signature algorithm WWW= https://github.com/supranational/blst LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= supranational USE_LDCONFIG= yes SUB_FILES= libblst.pc +SUB_LIST= PORTVERSION=${PORTVERSION} do-build: cd ${WRKSRC} && ./build.sh -shared do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/libblst ${INSTALL_DATA} ${WRKSRC}/bindings/blst_aux.h \ ${WRKSRC}/bindings/blst.h \ ${WRKSRC}/bindings/blst.hpp \ ${STAGEDIR}${PREFIX}/include/libblst ${INSTALL_DATA} ${WRKDIR}/libblst.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig ${INSTALL_LIB} ${WRKSRC}/libblst.so ${STAGEDIR}${PREFIX}/lib .include diff --git a/security/blst/files/libblst.pc.in b/security/blst/files/libblst.pc.in index 61ebd55a98bb..c87504eceba4 100644 --- a/security/blst/files/libblst.pc.in +++ b/security/blst/files/libblst.pc.in @@ -1,11 +1,11 @@ prefix=%%PREFIX%% exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include/libblst Name: libblst Description: Multilingual BLS12-381 signature library URL: https://github.com/supranational/blst -Version: 0.3.11 +Version: %%PORTVERSION%% Cflags: -I${includedir} Libs: -L${libdir} -lblst