openbsd-ports/x11/openbox/Makefile

35 lines
698 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2003/04/19 19:12:41 brad Exp $
2002-12-14 19:00:53 -05:00
COMMENT= "small, fast & usable window manager"
2003-01-05 16:57:47 -05:00
DISTNAME= openbox-2.2.3
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>
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
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
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
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
2002-10-04 08:58:52 -04:00
CONFIGURE_ARGS+= --enable-xinerama
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
2002-12-07 23:37:20 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>