e3f05afe1f
-- ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no flashy wank. It is largely modelled after GNU Screen which has done wonders in virtual terminal market. WWW: http://ratpoison.sourceforge.net/ Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>, lebel@ ok
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 18:31:38 heko Exp $
|
|
|
|
COMMENT= "minimal wm based on GNU screen"
|
|
DISTNAME= ratpoison-1.0.0
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.489
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://openbsd.rutgers.edu/
|
|
|
|
MASTER_SITE_SUBDIR= ratpoison
|
|
|
|
HOMEPAGE= http://ratpoison.sourceforge.net/
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
# License: GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|