5e30dde42d
This is the client program for the Server Uptimes project. For more information on the Server Uptimes project visit their web site at: http://uptime.hexon.cx/ PR: 13272 Submitted by: Kelly Yancey <kbyanc@posi.net>
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# New ports collection makefile for: upclient
|
|
# Version required: 3.04
|
|
# Date created: 20 Aug 1999
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= upclient-3.04
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://uptime.hexon.cx/pub/
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
ALL_TARGET= bsd
|
|
INSTALL_TARGET= bsd install CP=$(CP)
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE} | ${SED} 's:/usr/local:${PREFIX}:g'
|
|
|
|
.include <bsd.port.mk>
|