|
Lines 17-41
Link Here
|
| 17 |
NO_BUILD= yes |
17 |
NO_BUILD= yes |
| 18 |
|
18 |
|
| 19 |
OPTIONS_DEFINE= NTFS3G EXT4 EXFAT |
19 |
OPTIONS_DEFINE= NTFS3G EXT4 EXFAT |
| 20 |
OPTIONS_DEFAULT= NTFS3G EXT4 EXFAT |
20 |
OPTIONS_DEFAULT= NTFS3G EXT4 |
| 21 |
NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE |
21 |
NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE |
|
|
22 |
NTFS3G_RUN_DEPENDS= fusefs-ntfs>=0:${PORTSDIR}/sysutils/fusefs-ntfs |
| 22 |
EXT4_DESC= Support EXT4 filesystem |
23 |
EXT4_DESC= Support EXT4 filesystem |
|
|
24 |
EXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse |
| 23 |
EXFAT_DESC= Support Microsoft exFAT filesystem |
25 |
EXFAT_DESC= Support Microsoft exFAT filesystem |
|
|
26 |
EXFAT_RUN_DEPENDS= fusefs-exfat>=0:${PORTSDIR}/sysutils/fusefs-exfat |
| 24 |
|
27 |
|
| 25 |
.include <bsd.port.options.mk> |
|
|
| 26 |
|
| 27 |
.if ${PORT_OPTIONS:MNTFS3G} |
| 28 |
RUN_DEPENDS+= fusefs-ntfs>=0:${PORTSDIR}/sysutils/fusefs-ntfs |
| 29 |
.endif |
| 30 |
|
| 31 |
.if ${PORT_OPTIONS:MEXT4} |
| 32 |
RUN_DEPENDS+= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse |
| 33 |
.endif |
| 34 |
|
| 35 |
.if ${PORT_OPTIONS:MEXFAT} |
| 36 |
RUN_DEPENDS+= fusefs-exfat>=0:${PORTSDIR}/sysutils/fusefs-exfat |
| 37 |
.endif |
| 38 |
|
| 39 |
do-install: |
28 |
do-install: |
| 40 |
${INSTALL_SCRIPT} ${WRKSRC}/automount ${STAGEDIR}${PREFIX}/sbin |
29 |
${INSTALL_SCRIPT} ${WRKSRC}/automount ${STAGEDIR}${PREFIX}/sbin |
| 41 |
${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf |
30 |
${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf |