blob: a313784e93eee98365caebe36e88dbf0c88f9735 (
plain) (
tree)
|
|
# New ports collection makefile for: bpl+
# Version required: ?
# Date created: 22 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1996/09/26 07:46:43 max Exp $
#
DISTNAME= bpl+
PKGNAME= bpl+-1.0
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>
|