openbsd-ports/net/meanwhile/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

32 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/07/12 22:07:39 sthen Exp $
COMMENT= implementation of Lotus Sametime Community Client protocol
DISTNAME= meanwhile-1.0.2
REVISION= 1
SHARED_LIBS= meanwhile 1.2
CATEGORIES= devel net
HOMEPAGE= http://meanwhile.sourceforge.net/
# GPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= m pcre
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-mailme=no \
--enable-doxygen=no
MODULES= devel/gettext
LIB_DEPENDS= glib-2.0.>=800.0::devel/glib2
USE_LIBTOOL= Yes
.include <bsd.port.mk>