jca 90149e513a No need to try supporting this on vax; ok william@ (maintainer)
As discussed with miod there's no way to run X on vax right now since
X requires shared libraries support, which vax doesn't have... yet. :)
2015-07-21 03:10:40 +00:00

25 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.32 2015/07/21 03:10:40 jca Exp $
COMMENT= minimal wm based on GNU screen
DISTNAME= ratpoison-1.4.8
CATEGORIES= x11
HOMEPAGE= http://www.nongnu.org/ratpoison/
MAINTAINER= William Yodlowsky <william@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= X11 Xext Xft Xinerama Xtst c
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/}
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \
--disable-history
.include <bsd.port.mk>