mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2b136bb9ec
Submitted by: antoine (irc)
33 lines
954 B
Makefile
33 lines
954 B
Makefile
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= p11-kit
|
|
PORTVERSION= 0.16.3
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://p11-glue.freedesktop.org/releases/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Library for loading and enumerating of PKCS\#11 modules
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
|
LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls --enable-debug=no \
|
|
--with-system-anchors=${LOCALBASE}/share/certs/ca-root-nss.crt
|
|
MAKE_ENV= exampledir=${EXAMPLESDIR}
|
|
|
|
USES= pkgconfig
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GNOME= ltverhack gnomehack
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e \
|
|
's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \
|
|
${WRKSRC}/${PORTNAME}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|