2003-04-19 15:12:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2003/04/19 19:12:41 brad Exp $
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2002-12-14 19:00:53 -05:00
|
|
|
COMMENT= "small, fast & usable window manager"
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2003-01-05 16:57:47 -05:00
|
|
|
DISTNAME= openbox-2.2.3
|
2002-04-28 13:33:04 -04:00
|
|
|
CATEGORIES= x11
|
2002-09-23 18:23:04 -04:00
|
|
|
MASTER_SITES= http://icculus.org/openbox/releases/
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2002-09-23 18:23:04 -04:00
|
|
|
HOMEPAGE= http://icculus.org/openbox/
|
2002-04-28 13:33:04 -04:00
|
|
|
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
|
2003-04-19 15:12:41 -04:00
|
|
|
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
|
|
|
|
|
2002-12-07 23:37:20 -05:00
|
|
|
# BSD-like
|
2002-04-28 13:33:04 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-01-04 13:04:17 -05:00
|
|
|
# gcc3
|
2003-01-05 16:57:47 -05:00
|
|
|
MODULES+= gcc3
|
|
|
|
MODGCC3_ARCHES= sparc64
|
|
|
|
MODGCC3_LANGS+= c++
|
2003-01-04 13:04:17 -05:00
|
|
|
|
2002-04-28 13:33:04 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-10-04 08:58:52 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-xinerama
|
2003-04-19 15:12:41 -04:00
|
|
|
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2002-12-07 23:37:20 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2002-04-28 13:33:04 -04:00
|
|
|
.include <bsd.port.mk>
|