2016-03-22 13:53:06 +01:00
|
|
|
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
2016-03-14 23:07:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dsbmd
|
2016-04-11 12:35:14 +02:00
|
|
|
PORTVERSION= 0.2
|
2016-03-14 23:07:56 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://freeshell.de/~mk/download/
|
|
|
|
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
|
|
COMMENT= Media mounting daemon
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
USES= tar:tgz
|
|
|
|
|
|
|
|
USE_RC_SUBR= dsbmd
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-03-22 13:58:38 +01:00
|
|
|
PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample"
|
2016-03-14 23:07:56 +01:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|