freebsd-ports/net/omnitty/Makefile
John Marino fdf8800df4 net/omnitty: Allow greater than 32-character hostnames
PR:		197601
Submitted by:	David (catwhisker.org)
2015-03-01 22:15:21 +00:00

29 lines
665 B
Makefile

# Created by: Rong-En Fan <rafan@infor.org>
# $FreeBSD$
PORTNAME= omnitty
PORTVERSION= 0.3.0
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/omnitty/omnitty/omnitty-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based SSH multiplexer
LIB_DEPENDS= librote.so:${PORTSDIR}/devel/rote
USES= gmake
GNU_CONFIGURE= yes
LIBS+= -lncurses
ALL_TARGET= omnitty
PLIST_FILES= bin/omnitty man/man1/omnitty.1.gz
post-patch:
${REINPLACE_CMD} 's|<alloca.h>|<stdlib.h>|' ${WRKSRC}/machmgr.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/omnitty ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/omnitty.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>