8b2fd35aa0
Upstream changes: # [x3270] Fixed a problem with temporary keymaps being cleared when connecting to or disconnecting from a host. # x3270, c3270] Corrected some APL characters that were not displayed correctly with Unicode fonts. # [all] Corrected operation on EBCDIC-based hosts. # [all] Corrected the behavior of hostname prefixes such as L:, which were "sticky", i.e., once set they would be set for all future connections. # [all] Corrected the reported CGCSGID for code page 1147 (french-euro). # [all except x3270] Disabled the Query Reply report for background color support, which confused some older versions of GDDM. This report can be explicitly enabled by setting the qrBgColor resource to true. # [all] In oversize mode, changed the terminal type to IBM-DYNAMIC. Pkgsrc changes: - Set LICENSE - Fix configuration directory - Claim maintainership.
33 lines
828 B
Makefile
33 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.25 2010/07/25 21:23:03 gls Exp $
|
|
|
|
DISTNAME= suite3270-3.3.10ga5-src
|
|
PKGNAME= x3270-3.3.10ga5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x3270/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gls@NetBSD.org
|
|
HOMEPAGE= http://x3270.bgp.nu/
|
|
COMMENT= 3270 Terminal emulator
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/x3270-3.3
|
|
USE_IMAKE= yes
|
|
|
|
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/misc
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= x3270
|
|
|
|
EGDIR= ${PREFIX}/share/examples/x3270
|
|
CONF_FILES= ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts
|
|
INSTALLATION_DIRS+= ${EGDIR}
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|