540d80ded1
- provide pkg-deinstall to clean up after deinstall Submitted by: maintainer [1] Pointyhat to: flo [1]
20 lines
468 B
Makefile
20 lines
468 B
Makefile
# Created by: Dirk Engling <erdgeist@erdgeist.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minimunin
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
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>
|