27 lines
532 B
Makefile
27 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.17 2017/11/21 00:13:02 naddy Exp $
|
|
|
|
COMMENT= implementation of Lotus Sametime Community Client protocol
|
|
|
|
DISTNAME= meanwhile-1.0.2
|
|
REVISION= 6
|
|
SHARED_LIBS= meanwhile 1.2
|
|
CATEGORIES= devel net
|
|
|
|
HOMEPAGE= http://meanwhile.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB = glib-2.0>=800 iconv intl m pcre 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>
|