1999-08-28 19:27:20 +00:00
|
|
|
# New ports collection makefile for: upclient
|
|
|
|
# Version required: 3.04
|
|
|
|
# Date created: 20 Aug 1999
|
|
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
#
|
1999-08-30 13:26:18 +00:00
|
|
|
# $FreeBSD$
|
1999-08-28 19:27:20 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= upclient-3.04
|
|
|
|
CATEGORIES= misc
|
2000-01-14 16:00:43 +00:00
|
|
|
MASTER_SITES= http://uptime.hexon.cx/download/
|
1999-08-28 19:27:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
|
2000-01-23 02:23:55 +00:00
|
|
|
BROKEN= Client is outdated and new client cannot be reasonably ported
|
|
|
|
|
1999-08-28 19:27:20 +00:00
|
|
|
ALL_TARGET= bsd
|
|
|
|
INSTALL_TARGET= bsd install CP=$(CP)
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${CAT} ${PKGMESSAGE} | ${SED} 's:/usr/local:${PREFIX}:g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|