freebsd-ports/sysutils/minimunin/Makefile
Ruslan Makhmatkhanov 896e841c96 - update to 0.2
PR:		186747
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2014-02-14 08:58:30 +00:00

19 lines
452 B
Makefile

# 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>