fe8692168f
Known issues * When running on Cygwin, child scripts (the Script() action, Execute() action and Prompt() action) fail with a bind error. Improvements None. Bug fixes The last screenful of NVT mode text is no longer lost when scrolling backwards. The programs ar and ranlib are resolved dynamically now when building. Numeric fields no longer ignore non-numeric characters and commas, when the NumericLock resource is false. When it is true, commas are considered valid numeric characters. Proxy connections did not initialize TELNET state properly (courtesy of Andreas Krebbel).
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.46 2021/06/26 13:51:20 rhialto Exp $
|
|
|
|
DISTNAME= suite3270-4.0ga14-src
|
|
PKGNAME= x3270-4.0ga14
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= rhialto@NetBSD.org
|
|
HOMEPAGE= http://x3270.bgp.nu/
|
|
COMMENT= 3270 Terminal emulators (X11 and/or curses)
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/suite3270-4.0
|
|
USE_TOOLS+= bdftopcf gmake
|
|
|
|
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/misc
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
|
CONFIGURE_ARGS+= --with-fontdir=${PREFIX}/share/fonts/X11/misc
|
|
CONFIGURE_ARGS+= --enable-b3270
|
|
CONFIGURE_ARGS+= --enable-pr3287
|
|
CONFIGURE_ARGS+= --enable-s3270
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
PKG_SYSCONFSUBDIR= x3270
|
|
|
|
EGDIR= ${PREFIX}/share/examples/x3270
|
|
CONF_FILES= ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts
|
|
INSTALLATION_DIRS+= ${EGDIR}
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/ibm_hosts ${DESTDIR}/${EGDIR}
|
|
if [ "${PLIST.tcl}" = "yes" ]; then \
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tcl3270/Examples/* ${DESTDIR}${EGDIR}; \
|
|
fi
|
|
|
|
.include "options.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|