openbsd-ports/net/telepathy/telepathy-feed/Makefile
2007-12-30 22:48:13 +00:00

25 lines
566 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/12/30 22:48:13 jasper Exp $
COMMENT= flexible communications framework, feed component
DISTNAME= telepathy-feed-0.13
PKGNAME= ${DISTNAME}p0
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-feed/}
WANTLIB= c dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 pthread \
telepathy-glib
MODULES= devel/gettext
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/libxslt
LIB_DEPENDS= galago::net/libgalago \
telepathy::net/telepathy/libtelepathy
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>