8189f42fda
New port: BBSnet BBSnet is a front-end of telnet client, and it can be used for multiple users or in private. Reminded by: will
19 lines
396 B
Makefile
19 lines
396 B
Makefile
# New ports collection makefile for: bbsnet
|
|
# Date created: 10 Mar 2001
|
|
# Whom: Shen Chuan-Hsing
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bbsnet
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://linux.ee.tku.edu.tw/~kids/resource/ \
|
|
http://freebsd.sinica.edu.tw/~statue/
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
|
|
|
WRKSRC= ${WRKDIR}/bbsnet
|
|
|
|
.include <bsd.port.mk>
|