freebsd-ports/sysutils/fusefs-cryptofs/Makefile
Adam Weinberger c3142025cd LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
2017-01-07 01:07:55 +00:00

29 lines
624 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
GNU_CONFIGURE= yes
USES= fuse 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>