mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a1d235d110
Add new version's WWW. Maintainer says that the server that the client communicates with has been shutdown so it is useless. Instead, they have setup a new server to which the new client (4.x) talks to. He can't reasonably port the new version, yet. Submitted by: Maintainer
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# New ports collection makefile for: upclient
|
|
# Version required: 3.04
|
|
# Date created: 20 Aug 1999
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= upclient-3.04
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://uptime.hexon.cx/download/
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
BROKEN= Client is outdated and new client cannot be reasonably ported
|
|
|
|
ALL_TARGET= bsd
|
|
INSTALL_TARGET= bsd install CP=$(CP)
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE} | ${SED} 's:/usr/local:${PREFIX}:g'
|
|
|
|
.include <bsd.port.mk>
|