aboutsummaryrefslogtreecommitdiff
path: root/sysutils/automount/Makefile
blob: ef0c1e4b77224652249bd1c90e154f6168eb6e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection Makefile for: automount
# Date created:                      04 March 2012
# Whom:                              Slawomir Wojciech Wojtczak <vermaden@interia.pl>
#
# $FreeBSD$
#

PORTNAME=     automount
PORTVERSION=  1.3.1
CATEGORIES=   sysutils
MASTER_SITES= https://raw.github.com/vermaden/automount/master/

MAINTAINER=   vermaden@interia.pl
COMMENT=      FreeBSD's devd(8) based automount sollution

LICENSE=      BSD

PLIST_FILES=  sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample

NO_BUILD=     yes

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>