diff options
author | kwm <kwm@FreeBSD.org> | 2014-06-01 20:23:08 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-06-01 20:23:08 +0800 |
commit | b09a597362839e67bc6753dbc10d3aae99471779 (patch) | |
tree | d8664ffca21015db595f486a32edfb67b856d930 /net-im/libtelepathy | |
parent | 788e4b297cb91511d27d0a65e8187997967f41f5 (diff) | |
download | freebsd-ports-gnome-b09a597362839e67bc6753dbc10d3aae99471779.tar.gz freebsd-ports-gnome-b09a597362839e67bc6753dbc10d3aae99471779.tar.zst freebsd-ports-gnome-b09a597362839e67bc6753dbc10d3aae99471779.zip |
Stagify.
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
Diffstat (limited to 'net-im/libtelepathy')
-rw-r--r-- | net-im/libtelepathy/Makefile | 19 | ||||
-rw-r--r-- | net-im/libtelepathy/pkg-plist | 1 |
2 files changed, 9 insertions, 11 deletions
diff --git a/net-im/libtelepathy/Makefile b/net-im/libtelepathy/Makefile index 8427bb0a0df0..e66e84760d23 100644 --- a/net-im/libtelepathy/Makefile +++ b/net-im/libtelepathy/Makefile @@ -3,25 +3,22 @@ PORTNAME= libtelepathy PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Flexible Communications Framework -LIB_PC_DEPENDS= dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} +LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USE_PYTHON_BUILD= yes -USES= gmake pkgconfig +USES= gmake libtool:keepla pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack glib20 libxslt:build +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs glib-2.0 telepathy-glib` .include <bsd.port.mk> diff --git a/net-im/libtelepathy/pkg-plist b/net-im/libtelepathy/pkg-plist index 726f9acff55d..446dbcdd7588 100644 --- a/net-im/libtelepathy/pkg-plist +++ b/net-im/libtelepathy/pkg-plist @@ -48,6 +48,7 @@ lib/libtelepathy.a lib/libtelepathy.la lib/libtelepathy.so lib/libtelepathy.so.2 +lib/libtelepathy.so.2.7.1 libdata/pkgconfig/libtelepathy.pc @dirrm include/telepathy-1.0/libtelepathy @dirrm include/telepathy-1.0 |