1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/istatd/Makefile
Martin Wilke d1b4b165e4 istatd is a daemon serving statistics to your iStat iPhone application
from Linux, Solaris & FreeBSD. istatd collects data such as CPU, memory,
network and disk usage and keeps the history. Once connecting from the
iPhone and entering the lock code this data will be sent to the iPhone
and shown in fancy graphs.

WWW:	http://code.google.com/p/istatd/

Submitted by:	Babak Farrokhi <farrokhi at FreeBSD.org>
2009-12-02 13:36:52 +00:00

38 lines
900 B
Makefile

# New ports collection makefile for: istatd
# Date created: 2009-12-01
# Whom: Babak Farrokhi <farrokhi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= istatd
PORTVERSION= 0.5.4
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Daemon for iStat iPhone application
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
MAN1= istatd.1
MAN5= istat.conf.5
PLIST_FILES= bin/istatd etc/istat.conf-dist
SUB_FILES+= pkg-message
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/istatd ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/istatd ${PREFIX}/etc/rc.d
${INSTALL_DATA} ${WRKSRC}/resource/istat.conf ${PREFIX}/etc/istat.conf-dist
${INSTALL_MAN} ${WRKSRC}/resource/istatd.1 ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/resource/istat.conf.5 ${MAN5PREFIX}/man/man5
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>