From 775a2f5d5e00eb76522d7c77b26d8a671026f2ac Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Wed, 25 Sep 1996 20:28:45 +0000 Subject: B Plus, binary file transfer protocol --- comms/bpl+/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 comms/bpl+/Makefile (limited to 'comms/bpl+/Makefile') diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile new file mode 100644 index 000000000000..be3fdb952364 --- /dev/null +++ b/comms/bpl+/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bpl+ +# Version required: ? +# Date created: 22 Sep 1996 +# Whom: Masafumi NAKANE +# +# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# + +DISTNAME= bpl+ +PKGNAME= bpl+ +CATEGORIES+= comms +MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/net/telnet/telnetx/ + +MAINTAINER= max@FreeBSD.ORG + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin + @ln -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp + +.include -- cgit v1.2.3