blob: 51523dd1789059902f29377ad10decf9c9cae8fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: bpl+
# Version required: ?
# Date created: 22 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= bpl+
PKGNAME= bpl+-1.0
CATEGORIES= comms
MASTER_SITES= http://www.FreeBSD.org/~max/distfiles/
MAINTAINER= max@FreeBSD.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin
@${LN} -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp
.include <bsd.port.mk>
|