748f5cd63e
Changes since rxvt 2.4.8: fixed paths for WINGs includes to work with latest Window Maker code. many bugs fixed in patch from suse src.rpm. utmp/wtmp, glibc, pty support etc... fixed bugs fg/bg cursor color code added wmaker app menu fixed xpm-background compile errors fixed misc config errors changed --enable-xpm-background --enable-transparency --enable-next scroll to defaults. added transparent scroller trough fixed 1 pixel border in main window fixed updating for root bg change added many advanced options to app menu for shading, font color, shade color, font size, cloning, etc. more speed fixes fixed bug with restart killing terms. changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers
30 lines
910 B
Makefile
30 lines
910 B
Makefile
# $NetBSD: Makefile,v 1.13 2001/10/05 13:33:28 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= wterm-6.2.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://largo.windowmaker.org/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://largo.windowmaker.org/files.php\#wterm
|
|
COMMENT= NeXTStep(tm) style X11 terminal emulator for WindowMaker
|
|
|
|
GNU_CONFIGURE= YES
|
|
# some /usr/X11R6/lib references sneak in
|
|
# USE_BUILDLINK_ONLY= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-utmp --enable-wtmp --enable-xpm-background
|
|
CONFIGURE_ARGS+= --enable-menubar --enable-graphics --enable-next-scroll
|
|
CONFIGURE_ARGS+= --enable-half-shadow
|
|
|
|
post-install:
|
|
${CHMOD} 4755 ${PREFIX}/bin/wterm
|
|
${INSTALL_DATA} ${WRKSRC}/wterm.tiff \
|
|
${PREFIX}/share/WindowMaker/Icons
|
|
${INSTALL_DATA} ${WRKSRC}/wtermthai.tiff \
|
|
${PREFIX}/share/WindowMaker/Icons
|
|
|
|
.include "../../wm/windowmaker/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|