diff options
Diffstat (limited to 'filesystems/dsbmc-cli/Makefile')
-rw-r--r-- | filesystems/dsbmc-cli/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/filesystems/dsbmc-cli/Makefile b/filesystems/dsbmc-cli/Makefile new file mode 100644 index 000000000000..618c45a973a4 --- /dev/null +++ b/filesystems/dsbmc-cli/Makefile @@ -0,0 +1,22 @@ +PORTNAME= dsbmc-cli +PORTVERSION= 0.4 +PORTREVISION= 1 +CATEGORIES= filesystems sysutils +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Command-line client for DSBMD +WWW= https://freeshell.de/~mk/projects/dsbmc-cli.html + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= dsbmd>=0.3:filesystems/dsbmd + +USES= tar:tgz + +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man1" + +PLIST_FILES= bin/dsbmc-cli share/man/man1/dsbmc-cli.1.gz + +.include <bsd.port.mk> |