1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/fusefs-cryptofs/Makefile
Yen-Ming Lee e8284ec65c - drop MAINTAINERship
- update URL in MASTER_SITES and pkg-descr

Submitted by:   skreuzer
Feature safe:	yes
2009-09-28 18:16:26 +00:00

37 lines
876 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= 2
CATEGORIES= sysutils
MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/
PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= A encrypted filesystem for FUSE
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= gcrypt.16:${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>