2017-04-06 12:12:21 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2017/04/06 12:12:21 jca Exp $
|
2001-11-10 18:31:38 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= minimal wm based on GNU screen
|
2001-11-10 18:31:38 +00:00
|
|
|
|
2017-04-06 12:12:21 +00:00
|
|
|
DISTNAME= ratpoison-1.4.9
|
2009-08-11 08:38:41 +00:00
|
|
|
|
2002-07-15 22:04:18 +00:00
|
|
|
CATEGORIES= x11
|
2005-11-13 13:19:23 +00:00
|
|
|
HOMEPAGE= http://www.nongnu.org/ratpoison/
|
2001-11-10 18:31:38 +00:00
|
|
|
|
2017-03-09 17:22:08 +00:00
|
|
|
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
2001-11-10 18:31:38 +00:00
|
|
|
|
2013-04-07 20:09:23 +00:00
|
|
|
# GPLv2
|
2001-11-10 18:31:38 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2009-08-11 08:38:41 +00:00
|
|
|
|
2017-04-06 12:12:21 +00:00
|
|
|
WANTLIB += X11 Xft Xrandr Xtst c
|
2001-11-10 18:31:38 +00:00
|
|
|
|
2009-02-16 15:28:57 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/}
|
2002-07-15 22:04:18 +00:00
|
|
|
|
2013-04-07 20:09:23 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2017-04-06 12:12:21 +00:00
|
|
|
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm
|
2003-07-02 06:29:15 +00:00
|
|
|
|
2001-11-10 18:31:38 +00:00
|
|
|
.include <bsd.port.mk>
|