forked from Lainports/opnsense-ports
24 lines
416 B
Makefile
24 lines
416 B
Makefile
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dsbmd
|
|
PORTVERSION= 0.2
|
|
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>
|