Ticket #29917: Portfile

File Portfile, 1.5 KB (added by anatol (Anatol Pomozov), 13 years ago)

libfuse

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5
6name                fuse4x
7version             0.8.6
8revision            1
9categories          fuse devel
10platforms           macosx
11maintainers         dports
12description         A FUSE-Compliant File System Implementation Mechanism for \
13                    Mac OS X
14
15long_description    Fuse4X implements a mechanism that makes it possible to  \
16                    implement a fully functional file system in a user-space  \
17                    program on Mac OS X. It aims to be API-compliant with     \
18                    the FUSE (File-system in USErspace) mechanism that        \
19                    originated on Linux.  Therefore, many existing FUSE file  \
20                    systems become readily usable on Mac OS X. The core of    \
21                    Fuse4X is in a dynamically loadable kernel extension.
22
23homepage            http://fuse4x.org/
24license             LGPL
25fetch.type          git
26git.url             git://github.com/fuse4x/fuse.git
27git.branch          fuse4x_0_8_6
28
29use_autoreconf      yes
30autoreconf.args     -fvi
31use_configure       yes
32configure.args      --disable-dependency-tracking # universal build is enabled by default
33build.cmd           make
34
35# TODO: this port should depend on kext of exactly the same version as fuse4x has.
36depends_build       port:pkgconfig port:autoconf port:automake port:libtool
37depends_lib         port:fuse4x-kext port:libiconv
38
39