freebsd-ports/comms/bpl+/Makefile

22 lines
446 B
Makefile
Raw Normal View History

# Created by: Masafumi NAKANE <max@FreeBSD.org>
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
2013-11-18 01:37:15 +01:00
PLIST_FILES= bin/bp bin/bpl
1996-09-25 22:28:45 +02:00
do-install:
2013-11-18 01:37:15 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${STAGEDIR}${PREFIX}/bin
${LN} -sf bpl ${STAGEDIR}${PREFIX}/bin/bp
1996-09-25 22:28:45 +02:00
.include <bsd.port.mk>