mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe5b7da774
Added MAINTAINER's to some, switched to new MAN[1-8]
21 lines
467 B
Makefile
21 lines
467 B
Makefile
# 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>
|