pkgsrc/x11/x3270/Makefile
obache fdeb6193f7 * need bdftopcf to build.
* fixes PLIST from imake.
2010-12-27 02:40:23 +00:00

34 lines
852 B
Makefile

# $NetBSD: Makefile,v 1.26 2010/12/27 02:40:23 obache 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
USE_TOOLS+= bdftopcf
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"