openbsd-ports/x11/ratpoison/Makefile
sthen 22e2a69acc update to ratpoison 1.4.6, from Jeremie Courreges-Anglas,
with input from william@ (maintainer).
2013-04-07 20:09:23 +00:00

32 lines
674 B
Makefile

# $OpenBSD: Makefile,v 1.27 2013/04/07 20:09:23 sthen Exp $
COMMENT= minimal wm based on GNU screen
DISTNAME= ratpoison-1.4.6
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
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \
--disable-history
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mno_shared}
CONFIGURE_ARGS+= --without-xft
CONFIGURE_ENV+= X_EXTRA_LIBS="-lxcb -lXau -lXdmcp"
.endif
.include <bsd.port.mk>