2012-05-27 02:10:22 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2012/05/27 06:10:22 jasper Exp $
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= minimal wm based on GNU screen
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2012-05-27 02:10:22 -04:00
|
|
|
DISTNAME= ratpoison-1.4.5
|
2009-08-11 04:38:41 -04:00
|
|
|
|
2002-07-15 18:04:18 -04:00
|
|
|
CATEGORIES= x11
|
2005-11-13 08:19:23 -05:00
|
|
|
HOMEPAGE= http://www.nongnu.org/ratpoison/
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2002-07-15 18:04:18 -04:00
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2002-07-15 18:04:18 -04:00
|
|
|
# GPL
|
2001-11-10 13:31:38 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-08-11 04:38:41 -04:00
|
|
|
|
2012-05-27 02:10:22 -04:00
|
|
|
WANTLIB += X11 Xext Xft Xinerama Xtst c
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2009-02-16 10:28:57 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=ratpoison/}
|
2002-07-15 18:04:18 -04:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
USE_GROFF = Yes
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2012-03-17 10:20:58 -04:00
|
|
|
AUTOCONF_VERSION = 2.61
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= autoconf
|
2001-11-10 13:31:38 -05:00
|
|
|
|
2007-03-16 18:27:45 -04:00
|
|
|
CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm \
|
|
|
|
--disable-history
|
2003-07-02 02:29:15 -04:00
|
|
|
|
2001-11-10 13:31:38 -05:00
|
|
|
.include <bsd.port.mk>
|