ea574c44ca
patch-aa is no longer necessary: rpws is now a perl script * Changes since 1.4.0-beta4 - new parameters in frame dumps :screenh and :screenw specify the size of the screen the frame was on. - New window format characters - info takes optional argument and new infofmt setting - aspect ratio hint honoured - new hook deletewindow - _net_wm_pid property supported - set warp change: the mouse position relative to the window is now used - new command redo - new editor bindings C-m and C-h
22 lines
588 B
Makefile
22 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.22 2006/04/08 22:03:08 tonio Exp $
|
|
#
|
|
|
|
DISTNAME= ratpoison-1.4.0
|
|
PKGNAME= ${DISTNAME:S/-beta/beta/}
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/ratpoison/
|
|
COMMENT= Simple window manager with no fat library dependencies
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_READLINE= YES
|
|
INFO_FILES= # PLIST
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL+= contrib/rpws contrib/clickframe.pl
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|