Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= dsbmd |
4 |
PORTNAME= dsbmd |
5 |
PORTVERSION= 1.2 |
5 |
PORTVERSION= 1.3 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= http://freeshell.de/~mk/download/ |
7 |
MASTER_SITES= http://freeshell.de/~mk/download/ |
8 |
|
8 |
|
Lines 19-34
Link Here
|
19 |
PORTDOCS= README |
19 |
PORTDOCS= README |
20 |
PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" |
20 |
PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" |
21 |
|
21 |
|
22 |
OPTIONS_DEFINE= DOCS EXFAT EXT4 MTP NTFS PTP |
22 |
OPTIONS_DEFINE= DOCS EXFAT EXT4 LKL MTP NTFS PTP |
23 |
OPTIONS_DEFAULT= EXT4 MTP NTFS PTP |
23 |
OPTIONS_DEFAULT= EXT4 MTP NTFS PTP |
24 |
|
24 |
|
25 |
EXFAT_DESC= exFAT filesystem support |
25 |
EXFAT_DESC= exFAT filesystem support |
26 |
EXT4_DESC= Ext4 filesystem support |
26 |
EXT4_DESC= Ext4 filesystem support |
|
|
27 |
LKL_DESC= Btrfs and XFS support through Linux Kernel Library |
27 |
NTFS_DESC= Mount NTFS filesystems with read and write support |
28 |
NTFS_DESC= Mount NTFS filesystems with read and write support |
28 |
PTP_DESC= Picture Transfer Protocol support |
29 |
PTP_DESC= Picture Transfer Protocol support |
29 |
|
30 |
|
30 |
EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat |
31 |
EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat |
31 |
EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2 |
32 |
EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2 |
|
|
33 |
LKL_RUN_DEPENDS= lklfuse:sysutils/fusefs-lkl |
32 |
MTP_RUN_DEPENDS= simple-mtpfs:sysutils/fusefs-simple-mtpfs |
34 |
MTP_RUN_DEPENDS= simple-mtpfs:sysutils/fusefs-simple-mtpfs |
33 |
NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs |
35 |
NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs |
34 |
PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs |
36 |
PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs |