32 lines
622 B
Makefile
32 lines
622 B
Makefile
# $OpenBSD: Makefile,v 1.10 2003/01/04 18:04:17 lebel Exp $
|
|
|
|
COMMENT= "small, fast & usable window manager"
|
|
|
|
DISTNAME= openbox-2.2.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://icculus.org/openbox/releases/
|
|
|
|
HOMEPAGE= http://icculus.org/openbox/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
# gcc3
|
|
MODULES+= gcc3
|
|
MODGCC3_ARCHES= sparc64
|
|
MODGCC3_LANGS+= c++
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-xinerama
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|