mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# Created by: Masafumi NAKANE <max@FreeBSD.org>
|
|
|
|
PORTNAME= bpl+
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= LOCAL/max
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= B Plus file transfer protocol
|
|
|
|
PLIST_FILES= bin/bp bin/bpl
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${STAGEDIR}${PREFIX}/bin
|
|
${LN} -sf bpl ${STAGEDIR}${PREFIX}/bin/bp
|
|
|
|
.include <bsd.port.mk>
|