# $OpenBSD: Makefile,v 1.21 2001/11/22 17:27:39 naddy Exp $ COMMENT= "newer version of xterm" DISTNAME= xterm-164 CATEGORIES= x11 NEED_VERSION= 1.405 HOMEPAGE= http://invisible-island.net/xterm/xterm.html MAINTAINER= Christian Weisgerber PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ftp://invisible-island.net/xterm/ EXTRACT_SUFX= .tgz FLAVORS= col256 no_tek xaw3d FLAVOR?= USE_X11= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-wide-chars .if ${FLAVOR:L:Mcol256} CONFIGURE_ARGS+= --enable-256-color .endif .if ${FLAVOR:L:Mno_tek} CONFIGURE_ARGS+= --disable-tek4014 .endif .if ${FLAVOR:L:Mxaw3d} LIB_DEPENDS+= Xaw3d.6.1::x11/Xaw3d CONFIGURE_ARGS+= --with-Xaw3d .endif NO_REGRESS= Yes .include