pkgsrc/sysutils/sredird/Makefile
tv a5c4ebc2c1 Sredird is a serial port redirector that is compliant with the RFC 2217
"Telnet Com Port Control Option" protocol. This protocol lets you share
a serial port through the network. RFC 2217 was orginally implemented
in Cisco Terminal Servers in IOS version 11.x.
2004-03-29 19:44:15 +00:00

21 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:44:15 tv Exp $
#
DISTNAME= sredird-2.0.0
CATEGORIES= sysutils
MASTER_SITES= http://www.pcmicro.com/sredird/
MAINTAINER= tv@duh.org
HOMEPAGE= http://www.pcmicro.com/sredird/
COMMENT= RFC2217 compliant serial port redirector
USE_BUILDLINK3= yes
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= sredird
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sredird ${PREFIX}/libexec/sredird
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sredird.README
.include "../../mk/bsd.pkg.mk"