summaryrefslogtreecommitdiff
path: root/chinese/telnet/Makefile
blob: 6d5ac54d3775fd8e2b690a836a36a1ead3efed6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	telnet8
# Date created:		13 Feb 1999
# Whom:			Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	telnet
PORTVERSION=	1.0
CATEGORIES=	chinese
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	leeym@cae.ce.ntu.edu.tw

SRCDIR=		/usr/src/usr.bin/telnet

do-extract:
.if exists (${SRCDIR})
	@${MKDIR} ${WRKDIR}
	@${CP} -R ${SRCDIR} ${WRKSRC}
.else
BROKEN=	"You need to build this port with ${SRCDIR}"
.endif

MAN1=		telnet.1

.include <bsd.port.mk>