comms/kermit: add IRIX target selection

Similar to what was suggested in PR 26800 by Georg Schwarz.

Untested. Testing requires IRIX :-)
This commit is contained in:
dholland 2022-05-23 03:18:45 +00:00
parent 83b713129b
commit 05b177bd92

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.96 2021/10/21 07:46:33 wiz Exp $
# $NetBSD: Makefile,v 1.97 2022/05/23 03:18:45 dholland Exp $
DISTNAME= cku302
PKGNAME= kermit-9.0.302
@ -63,6 +63,8 @@ MAKE_ENV+= HAVE_CURSES=-DCK_NCURSES
. endif
.elif ${OPSYS} == "SunOS"
BUILD_TARGET_OPSYS= solaris11g
.elif ${OPSYS} == "IRIX"
BUILD_TARGET_OPSYS= irix${OS_VERSION:C/\.//g}
.else
BUILD_TARGET_OPSYS= netbsd
.endif