aboutsummaryrefslogtreecommitdiffstats
path: root/misc/upclient/Makefile
blob: d28f68c54d5fec239e6e15a3d3b221bc9a35246f (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
31
32
# New ports collection makefile for:    upclient
# Date created:     20 Aug 1999
# Whom:         Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

PORTNAME=   upclient
PORTVERSION=    4.2.1.21
CATEGORIES= misc
MASTER_SITES=   http://uptimes.atomicvoid.net/files/ \
        ftp://ftp.uptimes.net/pub/uptimes/ \
        http://www.uptimes.net/download/

MAINTAINER= clefevre@poboxes.com

ALL_TARGET= bsd
BUILD_WRKSRC=   ${WRKSRC}/src

post-patch:
    @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/scripts/upchk

do-install:
    @${INSTALL_SCRIPT} ${FILESDIR}/upclient.sh ${PREFIX}/etc/rc.d/upclient.sh
    @${INSTALL_DATA} -m 600 ${WRKSRC}/upclient.conf ${PREFIX}/etc/upclient.conf.sample
    @${INSTALL_SCRIPT} ${WRKSRC}/scripts/upchk ${PREFIX}/sbin/upchk
    @${INSTALL_PROGRAM} -g kmem -m 2555 ${WRKSRC}/src/upclient ${PREFIX}/sbin/upclient

post-install:
    @${CAT} ${PKGMESSAGE} | ${SED} 's:/usr/local:${PREFIX}:g'

.include <bsd.port.mk>