sthen 270db149c4 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:24:22 +00:00

28 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.16 2015/04/21 18:24:23 sthen Exp $
COMMENT= implementation of Lotus Sametime Community Client protocol
DISTNAME= meanwhile-1.0.2
REVISION= 5
SHARED_LIBS= meanwhile 1.2
CATEGORIES= devel net
HOMEPAGE= http://meanwhile.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += glib-2.0>=800 m pcre pthread
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>