blob: a040545299d633e3e6d78285594c22f177e3c8f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= libfvde
PORTVERSION= 20120519
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= koobs@FreeBSD.org
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>
|