summaryrefslogblamecommitdiff
path: root/misc/upclient/Makefile
blob: ff0c154b997068205c95c55476d896b0197cf650 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                      
           



                             
                                                


                               

                                                                             






                                                                
# 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>