aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dsbmd/Makefile
blob: ce10de775c69e6effec139b1b67ba02999fdd7c0 (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
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
# $FreeBSD$

PORTNAME=   dsbmd
PORTVERSION=    0.1.3
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

PLIST_FILES=    libexec/dsbmd "@sample etc/dsbmd.conf.sample"

PORTDOCS=   README

.include <bsd.port.mk>