freebsd-ports/sysutils/dsbmc-cli/Makefile
Danilo G. Baio 0dac363947 New port: sysutils/dsbmc-cli
dsbmc-cli is a command-line client for DSBMD that provides a simple interface
to query information about storage devices, and to send requests to mount,
unmount and eject these. Furthermore, it can be used as automounter and
autounmounter.

WWW: http://freeshell.de/~mk/projects/dsbmc-cli.html

PR:		220197
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11297
2017-06-24 16:16:33 +00:00

19 lines
380 B
Makefile

# $FreeBSD$
PORTNAME= dsbmc-cli
PORTVERSION= 0.1.1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Command-line client for DSBMD
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= dsbmd>=0.3:sysutils/dsbmd
USES= tar:tgz
PLIST_FILES= bin/dsbmc-cli man/man1/dsbmc-cli.1.gz
.include <bsd.port.mk>