2013-09-20 14:54:54 +02:00
|
|
|
# Created by: Gleb Kurtsou <gleb@FreeBSD.org>
|
2011-09-01 16:21:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pefs
|
2014-05-05 20:31:54 +02:00
|
|
|
DISTVERSION= 2014-03-31
|
2013-11-09 20:13:27 +01:00
|
|
|
CATEGORIES= sysutils
|
2014-05-05 20:31:54 +02:00
|
|
|
MASTER_SITES= LOCAL/gleb
|
2011-09-01 16:21:11 +02:00
|
|
|
PKGNAMESUFFIX= -kmod
|
|
|
|
|
2011-12-26 18:13:39 +01:00
|
|
|
MAINTAINER= gleb@FreeBSD.org
|
2011-09-01 16:21:11 +02:00
|
|
|
COMMENT= PEFS kernel level stacked cryptographic filesystem
|
|
|
|
|
2014-01-27 13:30:10 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2011-09-01 16:21:11 +02:00
|
|
|
|
|
|
|
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
|
2013-11-09 20:13:27 +01:00
|
|
|
NO_MANCOMPRESS=
|
2011-09-01 16:21:11 +02:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs
|
|
|
|
|
2014-01-27 13:30:10 +01:00
|
|
|
USES= kmod uidfix
|
2011-09-01 16:21:11 +02:00
|
|
|
|
2014-05-05 20:31:54 +02:00
|
|
|
OPTIONS_DEFINE= AESNI
|
|
|
|
OPTIONS_DEFAULT=
|
|
|
|
AESNI_DESC= Enable AES-NI hardware acceleration
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MAESNI}
|
|
|
|
MAKE_ENV+= PEFS_AESNI=yes
|
|
|
|
.endif
|
|
|
|
|
2014-01-27 13:30:10 +01:00
|
|
|
.include <bsd.port.mk>
|