mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d28f6c13d4
PR: 214585 Submitted by: <jaap@NLnetLabs.nl> (maintainer)
30 lines
719 B
Makefile
30 lines
719 B
Makefile
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= softhsm
|
|
PORTVERSION= 1.3.8
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://dist.opendnssec.org/source/
|
|
|
|
MAINTAINER= jaap@NLnetLabs.nl
|
|
COMMENT= Software implementation of a Hardware Security Module (HSM)
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
|
|
libsqlite3.so:databases/sqlite3
|
|
|
|
GNU_CONFIGURE= yes
|
|
# !!!!!!!!!!!!
|
|
# Changing the localstatedir is a huge POLA violation. Please leave it alone.
|
|
# !!!!!!!!!!!!!!
|
|
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \
|
|
--localstatedir=/var
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool ssl
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS= softhsm2-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|