aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/geomWatch/Makefile
blob: d8d4db51204841a2ada19214cb6e280cac937d6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    geomWatch
# Date created:             11 January 2010
# Whom:                 Boris Kochergin <spawk@acm.poly.edu>
#
# $FreeBSD$
#

PORTNAME=   geomWatch
PORTVERSION=    1.1.0
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 \
                etc/rc.d/geomWatch \
        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>