2010-01-14 05:26:41 +01:00
|
|
|
# New ports collection makefile for: geomWatch
|
|
|
|
# Date created: 11 January 2010
|
|
|
|
# Whom: Boris Kochergin <spawk@acm.poly.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= geomWatch
|
2010-02-02 18:24:11 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2010-01-14 05:26:41 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://isis.poly.edu/~bk/geomWatch/ \
|
|
|
|
http://bk.macroblock.net/geomWatch/
|
|
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
|
|
|
|
MAINTAINER= spawk@acm.poly.edu
|
|
|
|
COMMENT= Watches for and e-mails admins about GEOM state changes
|
|
|
|
|
|
|
|
LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
|
|
|
|
|
|
|
|
PLIST_FILES= sbin/geomWatch \
|
2010-01-15 01:55:51 +01:00
|
|
|
etc/rc.d/geomWatch \
|
2010-01-14 05:26:41 +01:00
|
|
|
etc/geomWatch.conf.sample
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message geomWatch
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/geomWatch ${PREFIX}/etc/rc.d/geomWatch
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|