a938d60173
Meanwhile library provides the basic Lotus Sametime session functionality along with the core services; Presence Awareness, Instant Messaging, Multi-user Conferencing, Preferences Storage, Identity Resolution, and File Transfer. This extensible client interface allows additional services to be added to a session at runtime, allowing for simple integration of future service handlers such as the user directory and whiteboard and screen-sharing.
31 lines
662 B
Makefile
31 lines
662 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/08 15:27:25 alek Exp $
|
|
|
|
COMMENT= "implementation of the Lotus Sametime Community Client protocol"
|
|
|
|
DISTNAME= meanwhile-1.0.2
|
|
SHARED_LIBS= meanwhile 1.2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://meanwhile.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
WANTLIB= m
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --enable-mailme=no \
|
|
--enable-doxygen=no
|
|
|
|
MODULES= devel/gettext
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
LIB_DEPENDS= glib-2.0.800.0::devel/glib2
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|