diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-02 01:29:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-02 01:29:48 +0000 |
commit | 73195287f8fa802302e7508b706e1cc9281fce28 (patch) | |
tree | 8b734d7ea1587cd1c47a647c6c59646bdd01b563 /net-im | |
parent | 734aa5e4c2d785719f239d8e32f54f9e63b587dc (diff) | |
download | ports-73195287f8fa802302e7508b706e1cc9281fce28.tar.gz ports-73195287f8fa802302e7508b706e1cc9281fce28.zip |
Update to 0.5.0.
Notes
Notes:
svn path=/head/; revision=146979
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/meanwhile/Makefile | 9 | ||||
-rw-r--r-- | net-im/meanwhile/distinfo | 4 | ||||
-rw-r--r-- | net-im/meanwhile/pkg-plist | 11 |
3 files changed, 21 insertions, 3 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 1c74b51a68b3..55e9648156f4 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= meanwhile -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,9 +14,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 + USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 +CONFIGURE_ARGS= --enable-doxygen=no +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} .include <bsd.port.mk> diff --git a/net-im/meanwhile/distinfo b/net-im/meanwhile/distinfo index a8c7c4755269..f578c226bf77 100644 --- a/net-im/meanwhile/distinfo +++ b/net-im/meanwhile/distinfo @@ -1,2 +1,2 @@ -MD5 (meanwhile-0.4.2.tar.gz) = f76f5c59be5696c906a5cfa6a67e73e2 -SIZE (meanwhile-0.4.2.tar.gz) = 399079 +MD5 (meanwhile-0.5.0.tar.gz) = 302229afe751c7bf889b13f276581dfc +SIZE (meanwhile-0.5.0.tar.gz) = 429708 diff --git a/net-im/meanwhile/pkg-plist b/net-im/meanwhile/pkg-plist index 1337db497faa..991ac695c7bf 100644 --- a/net-im/meanwhile/pkg-plist +++ b/net-im/meanwhile/pkg-plist @@ -10,6 +10,7 @@ include/meanwhile/mw_srvc_conf.h include/meanwhile/mw_srvc_dir.h include/meanwhile/mw_srvc_ft.h include/meanwhile/mw_srvc_im.h +include/meanwhile/mw_srvc_place.h include/meanwhile/mw_srvc_resolve.h include/meanwhile/mw_srvc_store.h include/meanwhile/mw_st_list.h @@ -17,4 +18,14 @@ lib/libmeanwhile.a lib/libmeanwhile.so lib/libmeanwhile.so.0 libdata/pkgconfig/meanwhile.pc +%%DOCSDIR%%/samples/README +%%DOCSDIR%%/samples/build +%%DOCSDIR%%/samples/logging_proxy.c +%%DOCSDIR%%/samples/login_server.c +%%DOCSDIR%%/samples/nocipher_proxy.c +%%DOCSDIR%%/samples/redirect_server.c +%%DOCSDIR%%/samples/sendmessage.c +%%DOCSDIR%%/samples/socket.c +@dirrm %%DOCSDIR%%/samples +@dirrm %%DOCSDIR%% @dirrm include/meanwhile |