diff options
Diffstat (limited to 'comms/bpl+/Makefile')
-rw-r--r-- | comms/bpl+/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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 <max@FreeBSD.ORG> +# +# $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 <bsd.port.mk> |