mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6707a3c942
- Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
|
|
|
PORTNAME= dsbmd
|
|
PORTVERSION= 1.11.4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
COMMENT= Media mounting daemon
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= tar:tgz
|
|
|
|
USE_RC_SUBR= dsbmd
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mrclksr
|
|
GH_PROJECT= DSBMD
|
|
|
|
PLIST_FILES= "@sample etc/dsbmd.conf.sample" \
|
|
libexec/dsbmd
|
|
|
|
PORTDOCS= readme.mdoc
|
|
|
|
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_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat
|
|
EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2
|
|
HFS_RUN_DEPENDS= hfsfuse:sysutils/fusefs-hfsfuse
|
|
LKL_RUN_DEPENDS= lklfuse:sysutils/fusefs-lkl
|
|
MTP_RUN_DEPENDS= jmtpfs:sysutils/fusefs-jmtpfs
|
|
NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs
|
|
PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs
|
|
|
|
.include <bsd.port.mk>
|