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 btrfs-progs |
---|
7 | version 0.18 |
---|
8 | categories sysutils |
---|
9 | platforms darwin linux |
---|
10 | maintainers googlemail.com:0xffea |
---|
11 | |
---|
12 | description Btrfs utility programs. |
---|
13 | long_description Btrfs is a new copy-on-write filesystem. \ |
---|
14 | This port contains utilities to create, check and \ |
---|
15 | debug btrfs filesystems. |
---|
16 | homepage http://btrfs.wiki.kernel.org/ |
---|
17 | master_sites http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/ |
---|
18 | distname ${name}-${version} |
---|
19 | |
---|
20 | checksums md5 1dfe59152a558eb2f79a4c398de6c4ef \ |
---|
21 | sha1 a213256781d7f1a2eb6a860fcce3f6131d415a49 \ |
---|
22 | rmd160 8e2441f9d7c452821347d0e564c2fc3c1cbd9dcc |
---|
23 | |
---|
24 | depends_lib port:ossp-uuid |
---|
25 | |
---|
26 | patchfiles patch-kerncompat.h.diff \ |
---|
27 | patch-disk-io.c.diff \ |
---|
28 | patch-extent-tree.c.diff \ |
---|
29 | patch-file-item.c.diff \ |
---|
30 | patch-ioctl.h.diff \ |
---|
31 | patch-utils.c.diff \ |
---|
32 | patch-list.h.diff \ |
---|
33 | patch-volumes.c.diff \ |
---|
34 | patch-btrfsck.c.diff \ |
---|
35 | patch-mkfs.c.diff \ |
---|
36 | patch-btrfs-image.c.diff \ |
---|
37 | patch-Makefile.diff |
---|
38 | |
---|
39 | use_configure no |
---|
40 | |
---|
41 | build.post_args LDFLAGS=-L${prefix}/lib |
---|