2013-01-10 17:08:38 +01:00
|
|
|
# Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
|
2012-04-28 08:50:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-01-10 17:09:49 +01:00
|
|
|
PORTNAME= automount
|
2015-02-06 14:41:41 +01:00
|
|
|
PORTVERSION= 1.5.3
|
2013-01-10 17:09:49 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
|
2015-02-06 14:41:41 +01:00
|
|
|
LOCAL/madpilot/${PORTNAME}/
|
2012-04-28 08:50:59 +02:00
|
|
|
|
2013-01-10 17:09:49 +01:00
|
|
|
MAINTAINER= vermaden@interia.pl
|
|
|
|
COMMENT= FreeBSD's devd(8) based automount solution
|
2012-04-28 08:50:59 +02:00
|
|
|
|
2014-05-08 23:58:45 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2012-04-28 08:50:59 +02:00
|
|
|
|
2013-01-10 17:09:49 +01:00
|
|
|
PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
|
2012-04-28 08:50:59 +02:00
|
|
|
|
2015-02-06 14:41:41 +01:00
|
|
|
SUB_FILES= pkg-install
|
2013-01-10 17:09:49 +01:00
|
|
|
NO_BUILD= yes
|
2015-02-06 14:41:41 +01:00
|
|
|
NO_ARCH= yes
|
2012-04-28 08:50:59 +02:00
|
|
|
|
2013-03-22 12:24:00 +01:00
|
|
|
OPTIONS_DEFINE= NTFS3G EXT4 EXFAT
|
2014-10-07 14:14:43 +02:00
|
|
|
OPTIONS_DEFAULT= NTFS3G EXT4
|
2013-03-04 03:05:25 +01:00
|
|
|
NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE
|
2014-10-07 14:14:43 +02:00
|
|
|
NTFS3G_RUN_DEPENDS= fusefs-ntfs>=0:${PORTSDIR}/sysutils/fusefs-ntfs
|
2013-03-04 03:05:25 +01:00
|
|
|
EXT4_DESC= Support EXT4 filesystem
|
2014-10-07 14:14:43 +02:00
|
|
|
EXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse
|
2013-03-04 03:05:25 +01:00
|
|
|
EXFAT_DESC= Support Microsoft exFAT filesystem
|
2014-10-07 14:14:43 +02:00
|
|
|
EXFAT_RUN_DEPENDS= fusefs-exfat>=0:${PORTSDIR}/sysutils/fusefs-exfat
|
2013-03-04 03:05:25 +01:00
|
|
|
|
2012-04-28 08:50:59 +02:00
|
|
|
do-install:
|
2014-05-08 23:58:45 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/automount ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/automount.conf.sample ${STAGEDIR}${PREFIX}/etc/automount.conf.sample
|
2012-04-28 08:50:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|