1999-04-03 03:36:11 +02:00
|
|
|
# New ports collection makefile for: telnet8
|
|
|
|
# Date created: 13 Feb 1999
|
|
|
|
# Whom: Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
|
|
|
|
#
|
1999-08-25 06:58:03 +02:00
|
|
|
# $FreeBSD$
|
1999-04-03 03:36:11 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 10:28:23 +02:00
|
|
|
PORTNAME= telnet
|
|
|
|
PORTVERSION= 1.0
|
1999-04-03 03:36:11 +02:00
|
|
|
CATEGORIES= chinese
|
2000-10-03 16:31:31 +02:00
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
1999-04-03 03:36:11 +02:00
|
|
|
|
2000-10-04 17:35:36 +02:00
|
|
|
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
2000-10-03 16:31:31 +02:00
|
|
|
|
|
|
|
SRCDIR= /usr/src/usr.bin/telnet
|
|
|
|
|
|
|
|
do-extract:
|
|
|
|
.if exists (${SRCDIR})
|
2000-10-09 01:20:54 +02:00
|
|
|
@${MKDIR} ${WRKDIR}
|
2000-10-03 16:31:31 +02:00
|
|
|
@${CP} -R ${SRCDIR} ${WRKSRC}
|
|
|
|
.else
|
|
|
|
BROKEN= "You need to build this port with ${SRCDIR}"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN1= telnet.1
|
1999-04-03 03:36:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|