6160beca9e
ChangeLog: o new option: skipScroll/-ss, enabled by default. o go with the times and expect x11 library files in /usr/lib, not /usr/X11R6/lib. o initial transparency improvement/afterimage support patch by Sasha Vasko. o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps). o do not process focus events caused by grabs (patch by Mikachu). o add iso14755_52 resource to disable iso14755 5.2 (exg). o add binding for backspace in iso14755 5.1 to remove the last digit (exg). o better option handling, support more than 30 options (exg). o nuke reconf script, serves no purpose anymore. o fixed and documented matcher/on_user_command processing in matcher extension (tpope). o compile out of the box on Solaris 10 (exg). o fix MappingNotify events (reported by Stephan Walter). o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
32 lines
860 B
Makefile
32 lines
860 B
Makefile
# $NetBSD: Makefile,v 1.18 2007/08/06 10:02:27 ghen Exp $
|
|
#
|
|
|
|
DISTNAME= rxvt-unicode-8.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
|
|
http://dist.schmorp.de/rxvt-unicode/Attic/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode
|
|
COMMENT= rxvt clone supporting Xft fonts and Unicode
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-transparency \
|
|
--enable-menubar \
|
|
--enable-xpm-background \
|
|
--enable-xgetdefault \
|
|
--enable-24bit
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rxvt-unicode
|
|
${INSTALL_DATA} ${WRKSRC}/README.FAQ ${PREFIX}/share/doc/rxvt-unicode
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|