freebsd-ports/security/softhsm/Makefile
Mathieu Arnold 147a133b6d Fix SoftHSM's umask handling (upstream patch)
Approved by:	maintainer
Obtained from:	https://github.com/opendnssec/SoftHSMv1/pull/11
Sponsored by:	Absolight
2014-04-04 10:16:47 +00:00

24 lines
604 B
Makefile

# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
# $FreeBSD$
PORTNAME= softhsm
PORTVERSION= 1.3.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://dist.opendnssec.org/source/
MAINTAINER= jaap@NLnetLabs.nl
COMMENT= Software implementation of a Hardware Security Module (HSM)
LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE}
USE_LDCONFIG= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/softhsm/libsofthsm.so
.include <bsd.port.mk>