openbsd-ports/net/telepathy/telepathy-inspector/Makefile
ajacoutot 2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +00:00

29 lines
913 B
Makefile

# $OpenBSD: Makefile,v 1.29 2012/11/17 09:40:41 ajacoutot Exp $
COMMENT= display information about a given connection manager
DISTNAME= telepathy-inspector-0.5.3
REVISION= 10
HOMEPAGE= ${HOMEPAGE_TP:=Telepathy Inspector}
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-inspector/}
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 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 glade-2.0 telepathy-glib
MODULES= devel/gettext \
lang/python
MODPY_RUNDEP= No
BUILD_DEPENDS= textproc/libxslt
LIB_DEPENDS= devel/libglade2 \
net/telepathy/telepathy-glib
.include <bsd.port.mk>