openbsd-ports/x11/ratpoison/Makefile
sturm 437ba05e0e update to ratpoison 1.2.2
- bugfixes
- point it to our xterm by default

from maintainer William Yodlowsky <bsd@openbsd.rutgers.edu>
2003-07-02 06:29:15 +00:00

27 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/07/02 06:29:15 sturm Exp $
COMMENT= "minimal wm based on GNU screen"
DISTNAME= ratpoison-1.2.2
CATEGORIES= x11
HOMEPAGE= http://ratpoison.sourceforge.net/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ratpoison/} \
http://openbsd.rutgers.edu/
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm
.include <bsd.port.mk>