openbsd-ports/x11/openbox/Makefile

27 lines
523 B
Makefile
Raw Normal View History

2002-12-14 03:42:33 -05:00
# $OpenBSD: Makefile,v 1.8 2002/12/14 08:42:33 brad Exp $
COMMENT= "small, fast & useable window manager"
2002-12-14 03:42:33 -05:00
DISTNAME= openbox-2.2.2
CATEGORIES= x11
2002-09-23 18:23:04 -04:00
MASTER_SITES= http://icculus.org/openbox/releases/
2002-09-23 18:23:04 -04:00
HOMEPAGE= http://icculus.org/openbox/
MAINTAINER= Brad Smith <brad@openbsd.org>
2002-12-07 23:37:20 -05:00
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
2002-10-04 08:58:52 -04:00
CONFIGURE_ARGS+= --enable-xinerama
2002-12-07 23:37:20 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>