2013-03-06 17:52:02 +01:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2008-05-21 23:24:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cryptofs
|
|
|
|
PORTVERSION= 0.6.0
|
2013-05-03 18:36:39 +02:00
|
|
|
PORTREVISION= 5
|
2008-05-21 23:24:39 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-09-28 20:16:26 +02:00
|
|
|
MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/
|
2008-05-21 23:24:39 +02:00
|
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
|
2009-09-28 20:16:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-05-21 23:24:39 +02:00
|
|
|
COMMENT= A encrypted filesystem for FUSE
|
|
|
|
|
2013-05-03 18:36:39 +02:00
|
|
|
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
|
2008-05-21 23:24:39 +02:00
|
|
|
glib-2.0:${PORTSDIR}/devel/glib20
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= fuse pkgconfig
|
2013-11-13 13:50:18 +01:00
|
|
|
DOCS= README cryptofs.conf
|
2008-05-21 23:24:39 +02:00
|
|
|
|
2013-11-13 13:50:18 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
2008-05-21 23:24:39 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-11-13 13:50:18 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
2008-05-21 23:24:39 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|