2008-05-13 01:14:21 +02:00
|
|
|
# New ports collection makefile for: automounter
|
|
|
|
# Date created: 26 March 2008
|
|
|
|
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= automounter
|
2008-11-26 23:36:41 +01:00
|
|
|
PORTVERSION= 1.3.3
|
2008-05-13 01:14:21 +02:00
|
|
|
CATEGORIES= sysutils
|
2008-11-26 23:36:41 +01:00
|
|
|
MASTER_SITES= SF
|
2008-05-13 01:14:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= bsdadminscripts
|
|
|
|
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
|
|
COMMENT= Provides scripts to dynamically configure amd
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
|
|
|
NO_BUILD= yes
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
NOPORTDOCS= -nodoc
|
|
|
|
.else
|
|
|
|
MAN5= automounter.conf.5
|
|
|
|
MAN8= automounter.8
|
|
|
|
.endif
|
|
|
|
|
|
|
|
plist: patch
|
2008-05-24 19:57:58 +02:00
|
|
|
@cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST}
|
2008-05-13 01:14:21 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|