openbsd-ports/x11/ratpoison/Makefile
2009-08-11 08:38:41 +00:00

32 lines
680 B
Makefile

# $OpenBSD: Makefile,v 1.19 2009/08/11 08:42:09 ajacoutot Exp $
COMMENT= minimal wm based on GNU screen
DISTNAME= ratpoison-1.4.4
PKGNAME= ${DISTNAME}p0
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_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \
--disable-history
.include <bsd.port.mk>