8793dbd4f6
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest look like a particular device's display and set up buttons on that device. if someone wants to provide a frontend in the style of a Zaurus, please drop me a mail. test building and "just commit it" kili@, thanks!
24 lines
721 B
Makefile
24 lines
721 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/11 22:45:23 jasper Exp $
|
|
# XXX: Provide a Zaurus frontend
|
|
|
|
COMMENT= graphical wrapper around Xnest(1) on PDA size
|
|
DISTNAME= matchbox-nest-0.3
|
|
|
|
MASTER_SITES= ${MASTER_SITES_MATCHBOX:=matchbox-nest/0.3/}
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xft Xrender Xtst c expat fontconfig \
|
|
freetype glib-2.0 gmodule-2.0 gobject-2.0 jpeg m pango-1.0 \
|
|
pangoft2-1.0 pangoxft-1.0 png z
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= mb::x11/matchbox/libmatchbox
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
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>
|