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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name archivemount |
---|
7 | version 0.8.7 |
---|
8 | categories fuse |
---|
9 | platforms darwin |
---|
10 | license GPL-2 |
---|
11 | maintainers nomaintainer |
---|
12 | description File system for accessing archives using libarchive |
---|
13 | long_description File system for accessing archives using libarchive |
---|
14 | homepage http://www.cybernoia.de/software/archivemount.html |
---|
15 | master_sites http://www.cybernoia.de/software/archivemount/ |
---|
16 | dist_subdir ${name}-${version} |
---|
17 | |
---|
18 | checksums rmd160 a2adff75ad47b137c9ffe2e7212380346f0c2f90 \ |
---|
19 | sha256 47045ca8d4d62fbe0b4248574c65cf90a6d29b488d166aec8c365b6aafe131b6 |
---|
20 | |
---|
21 | patchfiles patch-archivemount.diff |
---|
22 | |
---|
23 | depends_build-append \ |
---|
24 | port:pkgconfig |
---|
25 | |
---|
26 | depends_lib-append port:osxfuse \ |
---|
27 | port:libarchive |
---|