freebsd-ports/sysutils/fusefs-cryptofs/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
873 B
Makefile

# New ports collection makefile for: fusefs-cryptofs
# Date created: 2008-05-21
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cryptofs
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://reboot.animeirc.de/cryptofs/
PKGNAMEPREFIX= fusefs-
MAINTAINER= leeym@FreeBSD.org
COMMENT= A encrypted filesystem for FUSE
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \
glib-2.0:${PORTSDIR}/devel/glib20
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget
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>