freebsd-ports/comms/bpl+/Makefile

24 lines
483 B
Makefile
Raw Normal View History

1996-09-25 22:28:45 +02:00
# New ports collection makefile for: bpl+
# Date created: 22 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.org>
1996-09-25 22:28:45 +02:00
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
1996-09-25 22:28:45 +02:00
#
PORTNAME= bpl+
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= max
DISTNAME= ${PORTNAME}
1996-09-25 22:28:45 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= B Plus file transfer protocol
1996-09-25 22:28:45 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin
1999-08-28 03:58:05 +02:00
@${LN} -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp
1996-09-25 22:28:45 +02:00
.include <bsd.port.mk>