diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
commit | 33247f8627dc97a08c73196f8baf13f76c3ebee0 (patch) | |
tree | 26f5c09c96db445280ba457125b9bf1fa0c61650 /net-im/telepathy-gabble/Makefile | |
parent | 706d41fb8180fc2561e0f05dbf906b97d7d75a58 (diff) | |
download | marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.gz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.bz2 marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.lz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.xz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.zst marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.zip |
Not complete yet.
Trim header, remove leading "A" from comments.
Convert:
USE_GNOME=pkgconfig -> USE_PKGCONFIG=build
USE_GNOME=gnomehack -> USES=pathfix
Do some maintaince where needed, and let there be breakage! [1]
[1] But since nobody (can't) use(s) SVN yet to build this isn't a issue :)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17271 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble/Makefile')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 7033c0b2d..7bad519bc 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: telepathy-gabble -# Date created: Apr 19 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# +# Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ # $MCom$ @@ -13,8 +10,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Jabber Connection Manager for Telepathy Framework -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \ +BUILD_DEPENDS= telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ nice:${PORTSDIR}/net-im/libnice \ @@ -25,9 +21,11 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss GNU_CONFIGURE= yes -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -pthread USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig glib20 +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes USE_PYTHON_BUILD= yes |