1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/comms/bpl+/Makefile

21 lines
472 B
Makefile
Raw Normal View History

1996-09-25 20:28:45 +00:00
# New ports collection makefile for: bpl+
# Version required: ?
# Date created: 22 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1996/09/25 20:28:43 max Exp $
1996-09-25 20:28:45 +00:00
#
DISTNAME= bpl+
PKGNAME= bpl+-1.0
1996-09-25 20:28:45 +00:00
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>