pkgsrc/wm/ratpoison/Makefile
ghen a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00

25 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/03/11 10:07:50 ghen Exp $
#
DISTNAME= ratpoison-1.4.0-beta4
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= ratpoison.info
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /usr/bin/env bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= contrib/rpws
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"