openbsd-ports/x11/ratpoison/Makefile
jasper d3ce0ab2e6 - update to 1.4.5
from jca at wxcvbn.org
maintainer timed-out
2012-05-27 06:10:22 +00:00

32 lines
619 B
Makefile

# $OpenBSD: Makefile,v 1.25 2012/05/27 06:10:22 jasper Exp $
COMMENT= minimal wm based on GNU screen
DISTNAME= ratpoison-1.4.5
CATEGORIES= x11
HOMEPAGE= http://www.nongnu.org/ratpoison/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xext Xft Xinerama Xtst c
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/}
USE_GROFF = Yes
AUTOCONF_VERSION = 2.61
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \
--disable-history
.include <bsd.port.mk>