diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-02 09:29:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-02 09:29:48 +0800 |
commit | af9c284fdb97cb11565f31e62526aeeda3603450 (patch) | |
tree | 3b7b27ad327eae22d6ebb0ce1a857f40ba9a73c4 /net-im | |
parent | ef999fb74a4a3fec79a62903a0c5e12a91138e02 (diff) | |
download | freebsd-ports-graphics-af9c284fdb97cb11565f31e62526aeeda3603450.tar.gz freebsd-ports-graphics-af9c284fdb97cb11565f31e62526aeeda3603450.tar.zst freebsd-ports-graphics-af9c284fdb97cb11565f31e62526aeeda3603450.zip |
Update to 0.5.0.
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 1c74b51a68b..55e9648156f 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 a8c7c475526..f578c226bf7 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 1337db497fa..991ac695c7b 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 |