openbsd-ports/x11/matchbox/matchbox-panel-manager/Makefile
jasper dd653841f6 iimport matchbox-panel-manager 0.1
Utility to manage and alter the Matchbox panel configuration settings.

test building and "just commit it" kili@, thanks!
2008-11-11 22:47:44 +00:00

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>