1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/comms/bpl+/Makefile

22 lines
426 B
Makefile
Raw Normal View History

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