freebsd-ports/misc/upclient/Makefile

24 lines
486 B
Makefile
Raw Normal View History

# New ports collection makefile for: upclient
# Date created: 20 Aug 1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
1999-08-30 09:26:18 -04:00
# $FreeBSD$
#
2000-04-14 04:49:30 -04:00
PORTNAME= upclient
PORTVERSION= 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>