freebsd-ports/sysutils/fusefs-cryptofs/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
638 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= cryptofs
PORTVERSION= 0.6.0
PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/
PKGNAMEPREFIX= fusefs-
MAINTAINER= portmaster@BSDforge.com
COMMENT= Encrypted filesystem for FUSE
LICENSE= GPLv2
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libglib-2.0.so:devel/glib20
GNU_CONFIGURE= yes
USES= fuse pkgconfig
DOCS= README cryptofs.conf
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>