blob: bf492f3a41ae37a9dc61b630882f6985b9988e7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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>
|