1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/automounter/Makefile
Sahil Tandon 34625857b2 - Update to 1.4.4
PR:		ports/151402
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2010-11-09 05:23:10 +00:00

34 lines
702 B
Makefile

# New ports collection makefile for: automounter
# Date created: 26 March 2008
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
#
# $FreeBSD$
#
PORTNAME= automounter
PORTVERSION= 1.4.4
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>