6ce628722d
- Remove check for FreeBSD < 8 and include bsd.port.mk only once - Properly specify license (BSD2CLAUSE) Approved by: portmgr (infrastructure blanket)
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# Created by: Gleb Kurtsou <gleb@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pefs
|
|
DISTVERSION= 2013-10-13
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://pefs.googlecode.com/files/
|
|
PKGNAMESUFFIX= -kmod
|
|
|
|
MAINTAINER= gleb@FreeBSD.org
|
|
COMMENT= PEFS kernel level stacked cryptographic filesystem
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
|
|
NO_MANCOMPRESS=
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs
|
|
|
|
USES= kmod uidfix
|
|
|
|
.include <bsd.port.mk>
|