freebsd-ports/misc/upclient/Makefile
Mario Sergio Fujikawa Ferreira 96f3a37ff1 Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
2001-08-30 03:58:35 +00:00

39 lines
1.1 KiB
Makefile

# 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
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://uptimes.atomicvoid.net/files/ \
ftp://ftp.uptimes.net/pub/uptimes/ \
http://www.uptimes.net/download/
MAINTAINER= clefevre@citeweb.net
BROKEN= The 'uptime' project is closed for an undetermined period of \
time. You are advised to shutdown your uptime client until \
the new version is ready. See http://www.uptimes.net/ for \
details.
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>