aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/automounter/Makefile
blob: 282b800cea0b3786a6eb668ac5caba221e2b78f8 (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
29
30
31
32
33
# New ports collection makefile for:    automounter
# Date created:     26 March 2008
# Whom:         Dominic Fandrey <kamikaze@bsdforen.de>
#
# $FreeBSD$
#

PORTNAME=   automounter
PORTVERSION=    1.4.2
CATEGORIES= sysutils
MASTER_SITES=   SF/bsdadminscripts/${PORTNAME}

MAINTAINER= kamikaze@bsdforen.de
COMMENT=    Provides scripts to dynamically configure amd

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
NO_BUILD=   yes
MANCOMPRESSED=  yes

MAN5=       ${PORTNAME}.conf.5
MAN8=       ${PORTNAME}.8

plist: patch
        @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
        @${ECHO} "@dirrmtry etc/devd" >> ${PLIST}

do-install:
        @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX}

post-install:
        @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>