2012-10-26 16:51:57 +02:00
|
|
|
# Created by: Anish Mistry
|
2005-10-19 10:14:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fusefs
|
2013-07-24 16:42:52 +02:00
|
|
|
PORTVERSION= 2.9.3
|
2005-10-19 10:14:55 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION}
|
2005-10-19 10:14:55 +02:00
|
|
|
PKGNAMESUFFIX= -libs
|
|
|
|
DISTNAME= fuse-${PORTVERSION}
|
|
|
|
|
2013-07-24 16:42:52 +02:00
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
2005-10-19 10:14:55 +02:00
|
|
|
COMMENT= FUSE allows filesystem implementation in userspace
|
|
|
|
|
2013-07-24 16:42:52 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin
|
2006-09-05 19:25:01 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-07-24 18:01:08 +02:00
|
|
|
USES= iconv
|
2012-09-21 01:52:30 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
2006-01-18 20:48:56 +01:00
|
|
|
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
2013-09-23 14:25:22 +02:00
|
|
|
PORTDOCS= libs/how-fuse-works \
|
|
|
|
libs/kernel.txt
|
2005-10-19 10:14:55 +02:00
|
|
|
|
2013-07-24 16:42:52 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2005-10-19 10:14:55 +02:00
|
|
|
post-install:
|
2013-09-23 08:18:37 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse
|
2013-07-24 16:42:52 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2013-09-23 08:18:37 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/libs
|
2013-09-23 14:25:22 +02:00
|
|
|
@cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs
|
2006-01-18 20:48:56 +01:00
|
|
|
.endif
|
|
|
|
|
2012-09-21 01:52:30 +02:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|