24 lines
480 B
Makefile
24 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.34 2017/04/06 12:12:21 jca Exp $
|
|
|
|
COMMENT= minimal wm based on GNU screen
|
|
|
|
DISTNAME= ratpoison-1.4.9
|
|
|
|
CATEGORIES= x11
|
|
HOMEPAGE= http://www.nongnu.org/ratpoison/
|
|
|
|
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += X11 Xft Xrandr Xtst c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/}
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm
|
|
|
|
.include <bsd.port.mk>
|