aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dsbmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dsbmd/Makefile')
-rw-r--r--sysutils/dsbmd/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/dsbmd/Makefile b/sysutils/dsbmd/Makefile
index 4e96d836a06a..3a360721b869 100644
--- a/sysutils/dsbmd/Makefile
+++ b/sysutils/dsbmd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dsbmd
-PORTVERSION= 1.10
+PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
@@ -16,18 +16,20 @@ USES= tar:tgz
USE_RC_SUBR= dsbmd
+PLIST_FILES= "@sample etc/dsbmd.conf.sample" \
+ libexec/dsbmd
+
PORTDOCS= readme.mdoc
-PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample"
OPTIONS_DEFINE= DOCS EXFAT EXT4 HFS LKL MTP NTFS PTP
OPTIONS_DEFAULT= EXT4 MTP NTFS PTP
-EXFAT_DESC= exFAT filesystem support
-EXT4_DESC= Ext4 filesystem support
-HFS_DESC= HFS+ support
-LKL_DESC= Btrfs and XFS support through Linux Kernel Library
-NTFS_DESC= Mount NTFS filesystems with read and write support
-PTP_DESC= Picture Transfer Protocol support
+EXFAT_DESC= exFAT filesystem support
+EXT4_DESC= Ext4 filesystem support
+HFS_DESC= HFS+ support
+LKL_DESC= Btrfs and XFS support through Linux Kernel Library
+NTFS_DESC= Mount NTFS filesystems with read and write support
+PTP_DESC= Picture Transfer Protocol support
EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat
EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2