Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= softhsm |
4 |
PORTNAME= softhsm |
5 |
PORTVERSION= 2.3.0 |
5 |
PORTVERSION= 2.3.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= security |
7 |
CATEGORIES= security |
7 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
8 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
8 |
http://dist.opendnssec.org/source/testing/ |
9 |
http://dist.opendnssec.org/source/testing/ |
Lines 15-28
Link Here
|
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
17 |
|
17 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
18 |
CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" |
|
|
19 |
INSTALL_TARGET= install-strip |
19 |
INSTALL_TARGET= install-strip |
20 |
USES= libtool ssl |
20 |
USES= libtool ssl pkgconfig |
21 |
|
21 |
|
|
|
22 |
SUB_FILES= pkg-message |
23 |
|
22 |
CONFLICTS= softhsm-1.* |
24 |
CONFLICTS= softhsm-1.* |
23 |
|
25 |
|
24 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
25 |
|
27 |
|
|
|
28 |
LIB_DEPENDS+= libcppunit.so:devel/cppunit |
29 |
|
26 |
OPTIONS_DEFINE= SQLITE |
30 |
OPTIONS_DEFINE= SQLITE |
27 |
OPTIONS_SUB= yes |
31 |
OPTIONS_SUB= yes |
28 |
SQLITE_DESC= Build with object store backend DB support (SQLITE3) |
32 |
SQLITE_DESC= Build with object store backend DB support (SQLITE3) |
Lines 49-52
Link Here
|
49 |
CONFIGURE_ARGS+= --disable-gost |
53 |
CONFIGURE_ARGS+= --disable-gost |
50 |
.endif |
54 |
.endif |
51 |
|
55 |
|
|
|
56 |
.if ${SSL_DEFAULT:Mopenssl-devel} |
57 |
CONFIGURE_ARGS+= --disable-gost |
58 |
.endif |
59 |
|
52 |
.include <bsd.port.mk> |
60 |
.include <bsd.port.mk> |