2008-04-23 18:18:27 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2008/04/23 22:18:27 jasper Exp $
|
2005-06-16 22:57:30 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= window manager with a classic pda management policy
|
2006-07-20 17:00:35 -04:00
|
|
|
DISTNAME= matchbox-window-manager-1.0
|
2008-04-23 18:18:27 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2005-06-16 22:57:30 -04:00
|
|
|
|
2008-04-23 18:18:27 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITES_MATCHBOX:=matchbox-window-manager/1.0/}
|
2005-06-16 22:57:30 -04:00
|
|
|
|
2006-09-18 06:21:48 -04:00
|
|
|
LIB_DEPENDS= mb.>=1::x11/matchbox/libmatchbox
|
2007-12-15 16:44:24 -05:00
|
|
|
RUN_DEPENDS= :matchbox-common-*:x11/matchbox/matchbox-common \
|
|
|
|
:desktop-file-utils-*:devel/desktop-file-utils
|
2005-06-16 22:57:30 -04:00
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB= ICE SM X11 Xext Xft Xrender c fontconfig freetype m z \
|
2006-09-18 06:21:48 -04:00
|
|
|
glib-2.0.>=600.0 gmodule-2.0.>=600.0 gobject-2.0.>=600.0 jpeg \
|
2007-12-15 16:44:24 -05:00
|
|
|
pango-1.0 pangoft2-1.0 pangoxft-1.0 png Xau Xdmcp expat
|
2005-06-16 22:57:30 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=--enable-session
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include " \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CFLAGS+=-I${LOCALBASE}/include/libpng -I${X11BASE}/include
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|