dd653841f6
Utility to manage and alter the Matchbox panel configuration settings. test building and "just commit it" kili@, thanks!
21 lines
625 B
Makefile
21 lines
625 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/11 22:47:44 jasper Exp $
|
|
|
|
COMMENT= tray configuration utility
|
|
DISTNAME= matchbox-panel-manager-0.1
|
|
|
|
MASTER_SITES= ${MASTER_SITES_MATCHBOX:=matchbox-panel-manager/0.1/}
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
|
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png z
|
|
|
|
MODULES= devel/gettext
|
|
|
|
RUN_DEPENDS= ::devel/desktop-file-utils
|
|
LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|