freebsd-ports/comms/bpl+/Makefile
Kris Kennaway 8d68bb3e27 Use mkstemp() for tempfile handling instead of tmpnam() [1]
Respect CC and CFLAGS.  Bump PORTREVISION.

Obtained from:	OpenBSD [1]
2003-06-13 21:17:18 +00:00

23 lines
481 B
Makefile

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