aboutsummaryrefslogblamecommitdiff
path: root/sysutils/minimunin/Makefile
blob: 0bb19ca178f9d89eafd958e742d96ce54ee147fb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                  
                   





                                                                           




                                                                                                                                                                                                                                                         
                 
 






                                                                      
# Created by: Dirk Engling <erdgeist@erdgeist.org>
# $FreeBSD$

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

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

LICENSE=	Beerware
LICENSE_NAME=	Beerware License
LICENSE_TEXT=	The code is released under the beer ware license, this means do whatever you want with it, as long as you leave this notice along with the code.  Should we meet some day and you find the code is worth it, let's enjoy a beer together.
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=	tar:bzip2

PLIST_FILES=	bin/minimunin
SUB_FILES=	pkg-message

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

.include <bsd.port.mk>