2007-08-27 07:49:23 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.35 2007/08/27 11:49:23 ajacoutot Exp $
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2007-06-08 14:41:39 -04:00
|
|
|
COMMENT= small, fast & usable window manager
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2007-08-27 07:49:23 -04:00
|
|
|
DISTNAME= openbox-3.4.4
|
|
|
|
SHARED_LIBS+= obparser 6.0 # .16.1
|
|
|
|
SHARED_LIBS+= obrender 6.0 # .16.1
|
2002-04-28 13:33:04 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2006-02-10 05:02:36 -05:00
|
|
|
HOMEPAGE= http://icculus.org/openbox/
|
2002-04-28 13:33:04 -04:00
|
|
|
|
2007-06-08 14:41:39 -04:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2003-11-11 22:50:22 -05:00
|
|
|
# GPL
|
2002-04-28 13:33:04 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-07-29 09:02:32 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
|
|
|
|
|
|
|
|
WANTLIB= ICE SM X11 Xext Xft Xinerama Xrandr Xrender c \
|
|
|
|
fontconfig freetype m z glib-2.0 gmodule-2.0 \
|
|
|
|
gobject-2.0 Xau Xcursor Xdmcp Xfixes expat
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS+= pango-1.0,pangoxft-1.0,pangoft2-1.0::devel/pango \
|
|
|
|
xml2.>=6::textproc/libxml \
|
|
|
|
startup-notification-1.>=1::devel/startup-notification
|
2002-04-28 13:33:04 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2005-10-01 19:44:34 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2007-07-29 09:02:32 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@chmod +x ${WRKSRC}/install-sh
|
2003-11-11 22:45:05 -05:00
|
|
|
|
2002-04-28 13:33:04 -04:00
|
|
|
.include <bsd.port.mk>
|