freebsd-ports/chinese/telnet/Makefile

29 lines
500 B
Makefile
Raw Normal View History

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