freebsd-ports/sysutils/pefs-kmod/Makefile
Pav Lucistnik 4e20551e40 - Update to 2013-04-13
Submitted by:	gleb (maintainer)
2013-06-05 16:58:52 +00:00

37 lines
856 B
Makefile

# New ports collection makefile for: pefs-kmod
# Date created: 26 January 2011
# Whom: Gleb Kurtsou <gleb@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= pefs
DISTVERSION= 2013-04-13
CATEGORIES= sysutils kld
MASTER_SITES= https://pefs.googlecode.com/files/
PKGNAMESUFFIX= -kmod
MAINTAINER= gleb@FreeBSD.org
COMMENT= PEFS kernel level stacked cryptographic filesystem
LICENSE= BSD
FETCH_ARGS= -Fpr # work around 302 redirect
KMODDIR?= /boot/modules
PLIST_SUB= KMODDIR=${KMODDIR}
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
NO_MANCOMPRESS= \
KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys"
MAN8= pam_pefs.8 pefs.8
ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= requires fairly recent FreeBSD-STABLE, or FreeBSD-CURRENT
.endif
.include <bsd.port.post.mk>