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
|
2013-10-18 00:00:33 +02:00
|
|
|
DISTVERSION= 2013-10-13
|
2013-11-09 20:13:27 +01:00
|
|
|
CATEGORIES= sysutils
|
2012-12-26 19:47:05 +01:00
|
|
|
MASTER_SITES= https://pefs.googlecode.com/files/
|
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-01-27 13:30:10 +01:00
|
|
|
.include <bsd.port.mk>
|