aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/minimunin/Makefile
blob: bc67c45fbfc1c315842ea0459a480a5fb1b0eecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dirk Engling <erdgeist@erdgeist.org>
# $FreeBSD$

PORTNAME=   minimunin
PORTVERSION=    0.2
CATEGORIES= sysutils
MASTER_SITES=   http://erdgeist.org/arts/software/minimunin/

MAINTAINER= erdgeist@erdgeist.org
COMMENT=    Tiny munin-node implementation written in pure bourne shell

USE_BZIP2=  yes
PLIST_FILES=    bin/minimunin
SUB_FILES=  pkg-message

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/minimunin ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>