28 lines
538 B
Makefile
28 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/21 08:46:34 ajacoutot Exp $
|
|
|
|
COMMENT= implementation of Lotus Sametime Community Client protocol
|
|
|
|
DISTNAME= meanwhile-1.0.2
|
|
REVISION= 3
|
|
SHARED_LIBS= meanwhile 1.2
|
|
CATEGORIES= devel net
|
|
|
|
HOMEPAGE= http://meanwhile.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= m pcre glib-2.0>=800
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --enable-mailme=no \
|
|
--enable-doxygen=no
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= devel/glib2
|
|
|
|
|
|
.include <bsd.port.mk>
|