|
Lines 2-21
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= libfvde |
4 |
PORTNAME= libfvde |
| 5 |
PORTVERSION= 20130305 |
5 |
PORTVERSION= 20160801 |
| 6 |
PORTREVISION= 2 |
6 |
DISTVERSIONPREFIX= experimental- |
| 7 |
CATEGORIES= sysutils |
7 |
CATEGORIES= sysutils |
| 8 |
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/ |
8 |
MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \ |
| 9 |
DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX} |
9 |
LOCAL/antoine |
| 10 |
|
10 |
|
| 11 |
MAINTAINER= koobs@FreeBSD.org |
11 |
MAINTAINER= antoine@FreeBSD.org |
| 12 |
COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes |
12 |
COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes |
| 13 |
|
13 |
|
| 14 |
LICENSE= LGPL3 |
14 |
LICENSE= LGPL3+ |
|
|
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 15 |
|
16 |
|
| 16 |
USES= libtool pathfix pkgconfig |
17 |
GNU_CONFIGURE= yes |
| 17 |
USE_GNOME= libxml2 |
18 |
CONFIGURE_ARGS= --enable-python |
|
|
19 |
USES= fuse gettext libtool pathfix pkgconfig python ssl |
| 18 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
| 19 |
GNU_CONFIGURE= yes |
21 |
INSTALL_TARGET= install-strip |
|
|
22 |
LIBS+= -L${OPENSSLLIB} |
| 23 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
| 20 |
|
24 |
|
| 21 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |