summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-salut/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 17:46:10 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 17:46:10 +0800
commit7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9 (patch)
tree3085902b44d8eba410dc724ab9dbd62ab461cc2e /net-im/telepathy-salut/Makefile
parentebedc46fb56449fa59213db7329ea2594737ecb6 (diff)
downloadmarcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.gz
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.bz2
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.lz
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.xz
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.zst
marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.zip
Some changes:
- drop keepla where possible and bump portrevision - ensure all binaries are stripped - update telepathy-gabble telepathy-mission-control git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-salut/Makefile')
-rw-r--r--net-im/telepathy-salut/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile
index a020515b4..438d371be 100644
--- a/net-im/telepathy-salut/Makefile
+++ b/net-im/telepathy-salut/Makefile
@@ -4,6 +4,7 @@
PORTNAME= telepathy-salut
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -15,7 +16,7 @@ LIB_DEPENDS= libavahi-glib.so:${PORTSDIR}/net/avahi-app \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
GNU_CONFIGURE= yes
-USES= gmake pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig
USE_GNOME= glib20 libxslt:build
USE_OPENSSL= yes
USE_PYTHON_BUILD= yes
@@ -23,6 +24,7 @@ USE_SQLITE= 3
CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
+INSTALL_TARGET= install-strip
PLIST_SUB+= VERSION=${PORTVERSION}
@@ -31,7 +33,4 @@ post-patch:
${WRKSRC}/src/Makefile.in \
${WRKSRC}/tests/Makefile.in
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/telepathy/salut-0/lib/lib*.so
-
.include <bsd.port.mk>