openbsd-ports/net/telepathy/telepathy-inspector/Makefile

35 lines
1.0 KiB
Makefile
Raw Normal View History

2010-04-23 08:44:38 -04:00
# $OpenBSD: Makefile,v 1.9 2010/04/23 12:44:38 jasper Exp $
COMMENT= display information about a given connection manager
2008-11-14 12:57:06 -05:00
DISTNAME= telepathy-inspector-0.5.3
2010-04-23 08:44:38 -04:00
PKGNAME= ${DISTNAME}p3
HOMEPAGE= http://telepathy.freedesktop.org/wiki/TelepathyInspector
2008-11-14 12:57:06 -05:00
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-inspector/}
2010-04-23 08:44:38 -04:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
WANTLIB += xcb-render-util xml2 z
2008-11-14 12:57:06 -05:00
MODULES= devel/gettext \
lang/python
2008-11-14 12:57:06 -05:00
BUILD_DEPENDS= ::textproc/libxslt
LIB_DEPENDS= glade-2.0::devel/libglade2 \
telepathy-glib::net/telepathy/telepathy-glib
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure
.include <bsd.port.mk>