openbsd-ports/net/loudmouth/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

39 lines
908 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/07/12 22:07:39 sthen Exp $
COMMENT= lightweight Jabber client library
DISTNAME= loudmouth-1.4.3
REVISION= 2
SHARED_LIBS += loudmouth-1 3.0 # .1.0
CATEGORIES= net devel
HOMEPAGE= http://groups.google.com/group/loudmouth-dev/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto pcre ssl
MODULES= devel/gettext
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= glib-2.0::devel/glib2 \
idn.>=16::devel/libidn
BUILD_DEPENDS= ${REGRESS_DEPENDS}
REGRESS_DEPENDS= ::devel/check
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--disable-mono \
--with-check=${LOCALBASE} \
--with-ssl=openssl
.include <bsd.port.mk>