mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
c5bcd3fe40
PR: 208105 Submitted by: erdgeist@erdgeist.org(maintainer)
20 lines
453 B
Makefile
20 lines
453 B
Makefile
# Created by: Dirk Engling <erdgeist@erdgeist.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minimunin
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://erdgeist.org/arts/software/minimunin/
|
|
|
|
MAINTAINER= erdgeist@erdgeist.org
|
|
COMMENT= Tiny munin-node implementation written in pure bourne shell
|
|
|
|
USES= tar:bzip2
|
|
PLIST_FILES= bin/minimunin
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/minimunin ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|