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
|
|
|
|
PORTVERSION= 1.4.1
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
|
2013-01-10 17:08:38 +01:00
|
|
|
LOCAL/bdrewery/${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
|
|
|
|
2013-01-10 17:09:49 +01:00
|
|
|
LICENSE= BSD
|
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
|
|
|
|
2013-01-10 17:09:49 +01:00
|
|
|
NO_BUILD= yes
|
2012-04-28 08:50:59 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${PREFIX}/etc/devd/automount_devd.conf
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/automount.conf.sample ${PREFIX}/etc/automount.conf.sample
|
|
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|