openbsd-ports/x11/ratpoison/Makefile

34 lines
698 B
Makefile

# $OpenBSD: Makefile,v 1.24 2012/03/17 14:20:58 fgsch Exp $
COMMENT= minimal wm based on GNU screen
DISTNAME= ratpoison-1.4.4
REVISION= 1
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 Xau Xdmcp Xext Xft Xinerama Xrender Xtst c expat fontconfig freetype z \
pthread-stubs xcb
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>