freebsd-ports/sysutils/fusefs-cryptofs/Makefile
Dmitry Marakasov 6b4de26986 - Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
2015-09-03 14:09:17 +00:00

27 lines
627 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= cryptofs
PORTVERSION= 0.6.0
PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/
PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= Encrypted filesystem for FUSE
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libglib-2.0.so:${PORTSDIR}/devel/glib20
GNU_CONFIGURE= yes
USES= fuse pkgconfig tar:bzip2
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>