diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-25 20:28:45 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-25 20:28:45 +0000 |
commit | 775a2f5d5e00eb76522d7c77b26d8a671026f2ac (patch) | |
tree | 353546ae0c31677aa09664fecf4da75aa464cc90 /comms/bpl+/Makefile | |
parent | 2f3431582db67a6af15614a6fa939c5169e5e440 (diff) | |
download | ports-775a2f5d5e00eb76522d7c77b26d8a671026f2ac.tar.gz ports-775a2f5d5e00eb76522d7c77b26d8a671026f2ac.zip |
Notes
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> |