freebsd-ports/sysutils/pefs-kmod/Makefile
Rene Ladan 6ce628722d - Support stage
- Remove check for FreeBSD < 8 and include bsd.port.mk only once
- Properly specify license (BSD2CLAUSE)

Approved by:	portmgr (infrastructure blanket)
2014-01-27 12:30:10 +00:00

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>