mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9eff808d55
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
27 lines
558 B
Makefile
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>
|