openbsd-ports/x11/matchbox/matchbox-panel-manager/Makefile

23 lines
684 B
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.9 2011/09/16 12:29:16 espie Exp $
COMMENT= tray configuration utility
DISTNAME= matchbox-panel-manager-0.1
2011-09-16 08:29:12 -04:00
REVISION= 4
MASTER_SITES= ${MASTER_SITES_MATCHBOX:=matchbox-panel-manager/0.1/}
2009-03-07 10:37:38 -05:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2009-03-07 10:37:38 -05:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
2010-07-30 08:03:08 -04:00
WANTLIB += z pthread-stubs xcb gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
MODULES= devel/gettext
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= x11/gtk+2
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>