summaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-cryptofs/Makefile
blob: 294aa4f5f5841396c4f266623b040359280d56f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=	cryptofs
PORTVERSION=	0.6.0
PORTREVISION=	4
CATEGORIES=	sysutils
MASTER_SITES=	http://reboot78.re.funpic.de/cryptofs/
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A encrypted filesystem for FUSE

LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt \
		glib-2.0:${PORTSDIR}/devel/glib20

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_PKGCONFIG=	build
USES=		fuse

PLIST_FILES=	bin/cryptofs

.if !defined(NOPORTDOCS)
PORTDOCS=	README cryptofs.conf
post-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud