24 lines
495 B
Makefile
24 lines
495 B
Makefile
# $OpenBSD: Makefile,v 1.6 2002/10/04 12:58:52 brad Exp $
|
|
|
|
COMMENT= "small, fast & useable window manager"
|
|
|
|
DISTNAME= openbox-2.1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://icculus.org/openbox/releases/
|
|
|
|
HOMEPAGE= http://icculus.org/openbox/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
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
|
|
CONFIGURE_ARGS+= --enable-xinerama
|
|
|
|
.include <bsd.port.mk>
|