diff options
Diffstat (limited to 'filesystems/cryptofs/Makefile')
-rw-r--r-- | filesystems/cryptofs/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/filesystems/cryptofs/Makefile b/filesystems/cryptofs/Makefile new file mode 100644 index 000000000000..32a62fa52c02 --- /dev/null +++ b/filesystems/cryptofs/Makefile @@ -0,0 +1,28 @@ +PORTNAME= cryptofs +PORTVERSION= 0.6.0 +PORTREVISION= 7 +CATEGORIES= filesystems +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/ +PKGNAMEPREFIX= fusefs- + +MAINTAINER= portmaster@BSDforge.com +COMMENT= Encrypted filesystem for FUSE +WWW= https://BSDforge.com/projects/sysutils/fusefs-cryptofs/ + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgcrypt.so:security/libgcrypt + +GNU_CONFIGURE= yes +USES= fuse gnome pkgconfig +USE_GNOME= glib20 +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> |