summaryrefslogtreecommitdiff
path: root/x11/wterm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-10-05 13:33:28 +0000
committerwiz <wiz@pkgsrc.org>2001-10-05 13:33:28 +0000
commit748f5cd63eee2673fe8d33ae6f17ce560df55574 (patch)
treebc8185eb8a6624d60d7b2231849899379195c2fc /x11/wterm/Makefile
parent01ab29fe3ebf666a8077f0c6cc3769a7a9428208 (diff)
downloadpkgsrc-748f5cd63eee2673fe8d33ae6f17ce560df55574.tar.gz
Update to 6.2.9.
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
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r--x11/wterm/Makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile
index 2cbcb088244..7c76d3d9888 100644
--- a/x11/wterm/Makefile
+++ b/x11/wterm/Makefile
@@ -1,30 +1,30 @@
-# $NetBSD: Makefile,v 1.12 2001/09/27 23:19:03 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/10/05 13:33:28 wiz Exp $
#
-DISTNAME= wterm-6.2.6
+DISTNAME= wterm-6.2.9
CATEGORIES= x11
-MASTER_SITES= http://wm.current.nu/files/
+MASTER_SITES= http://largo.windowmaker.org/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://wm.current.nu/files.php\#wterm
+HOMEPAGE= http://largo.windowmaker.org/files.php\#wterm
COMMENT= NeXTStep(tm) style X11 terminal emulator for WindowMaker
-DEPENDS+= windowmaker-[0-9]*:../../wm/windowmaker
-
-USE_X11BASE= YES
-GNU_CONFIGURE= YES
-
-CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include/WINGs
+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:
- ${INSTALL_DATA} ${WRKSRC}/wterm.tiff \
- ${PREFIX}/share/WindowMaker/Icons
- ${INSTALL_DATA} ${WRKSRC}/wtermthai.tiff \
- ${PREFIX}/share/WindowMaker/Icons
-
+ ${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"