View | Details | Raw Unified | Return to bug 218701
Collapse All | Expand All

(-)security/softhsm2/Makefile (-5 / +9 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	softhsm
4
PORTNAME=	softhsm
5
PORTVERSION=	2.2.0
5
PORTVERSION=	2.2.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://dist.opendnssec.org/source/ \
8
MASTER_SITES=	http://dist.opendnssec.org/source/ \
9
		http://dist.opendnssec.org/source/testing/
9
		http://dist.opendnssec.org/source/testing/
Lines 14-30 Link Here
14
14
15
LICENSE=	BSD2CLAUSE
15
LICENSE=	BSD2CLAUSE
16
16
17
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
18
19
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-sqlite3=${LOCALBASE} --localstatedir="${PREFIX}/var"
18
CONFIGURE_ARGS=	--localstatedir="${PREFIX}/var"
21
INSTALL_TARGET=	install-strip
19
INSTALL_TARGET=	install-strip
22
USES=		libtool sqlite
20
USES=		libtool
23
21
24
CONFLICTS=	softhsm-1.*
22
CONFLICTS=	softhsm-1.*
25
23
26
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
27
25
26
OPTIONS_DEFINE= 	SQLITE
27
SQLITE_DESC=		Build with object store backend DB support (SQLITE3)
28
28
OPTIONS_SINGLE=		CRYP
29
OPTIONS_SINGLE=		CRYP
29
OPTIONS_SINGLE_CRYP=	CRYP_OPEN CRYP_BOTAN
30
OPTIONS_SINGLE_CRYP=	CRYP_OPEN CRYP_BOTAN
30
31
Lines 33-38 Link Here
33
34
34
OPTIONS_DEFAULT=	CRYP_OPEN
35
OPTIONS_DEFAULT=	CRYP_OPEN
35
36
37
SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE} objectstore-backend-db
38
SQLITE_USES=sqlite
39
36
CRYP_BOTAN_CONFIGURE_ON=	--with-crypto-backend=botan
40
CRYP_BOTAN_CONFIGURE_ON=	--with-crypto-backend=botan
37
CRYP_BOTAN_LIB_DEPENDS=	libbotan-1.10.so:security/botan110
41
CRYP_BOTAN_LIB_DEPENDS=	libbotan-1.10.so:security/botan110
38
CRYP_OPEN_USES=		ssl
42
CRYP_OPEN_USES=		ssl

Return to bug 218701