openbsd-ports/net/meanwhile/Makefile

25 lines
468 B
Makefile

COMMENT= implementation of Lotus Sametime Community Client protocol
DISTNAME= meanwhile-1.0.2
REVISION= 7
SHARED_LIBS= meanwhile 1.2
CATEGORIES= devel net
HOMEPAGE= http://meanwhile.sourceforge.net/
# GPL
PERMIT_PACKAGE= Yes
WANTLIB = glib-2.0>=800 iconv intl m pcre2-8 pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-mailme=no \
--enable-doxygen=no
LIB_DEPENDS= devel/glib2
.include <bsd.port.mk>