1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/omnitty/Makefile
Muhammad Moinur Rahman 91b0bec265 net/omnitty: Sanitize MANPREFIX
Approved by:    portmgr (blanket)
2024-01-21 21:48:11 +01:00

25 lines
577 B
Makefile

PORTNAME= omnitty
PORTVERSION= 0.3.0
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/omnitty/omnitty/omnitty-${PORTVERSION}
MAINTAINER= david@catwhisker.org
COMMENT= Curses-based SSH multiplexer
WWW= https://omnitty.sourceforge.net/
LIB_DEPENDS= librote.so:devel/rote
USES= gmake ncurses
GNU_CONFIGURE= yes
LIBS+= -lncurses
ALL_TARGET= omnitty
PLIST_FILES= bin/omnitty share/man/man1/omnitty.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/omnitty ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/omnitty.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>