1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/libfvde/Makefile
Jason Helfman 9eff808d55 add new port: sysutils/libfvde
Library and tools for reading FileVault2 Drive Encryption (FVDE) encrypted
volumes. The FVDE format is used by MacOS-X, as of Lion, to encrypt data
on a storage media volume.

Supported FVDE formats:

    FileVault2 Lion

Supported protection methods:

    password
    recovery password

WWW:	https://code.google.com/p/libfvde/

PR:	170449
Submitted by:	koobs.freebsd@gmail.com
2012-08-09 00:46:10 +00:00

27 lines
558 B
Makefile

# New ports collection makefile for: libfvde
# Date created: 07 August 2012
# Whom: Kubilay Kocak <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libfvde
PORTVERSION= 20120519
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes
LICENSE= LGPL3
GNU_CONFIGURE= yes
USE_GNOME= libxml2 gnomehack
USE_LDCONFIG= yes
MAN1= bdeinfo.1 bdemount.1
MAN3= libbde.3
.include <bsd.port.mk>