2013-03-21 08:45:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2013/03/21 08:46:34 ajacoutot Exp $
|
2007-05-27 19:33:15 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= lightweight Jabber client library
|
2007-11-17 20:39:02 +00:00
|
|
|
|
2010-07-12 22:07:37 +00:00
|
|
|
DISTNAME= loudmouth-1.4.3
|
2012-09-01 14:36:56 +00:00
|
|
|
REVISION= 4
|
2009-01-19 10:54:27 +00:00
|
|
|
SHARED_LIBS += loudmouth-1 3.0 # .1.0
|
2007-05-27 19:33:15 +00:00
|
|
|
CATEGORIES= net devel
|
|
|
|
|
2009-01-04 21:26:47 +00:00
|
|
|
HOMEPAGE= http://groups.google.com/group/loudmouth-dev/
|
2007-05-27 19:33:15 +00:00
|
|
|
|
2008-08-20 16:11:11 +00:00
|
|
|
# LGPLv2.1
|
2007-05-27 19:33:15 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-11-17 20:39:02 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
WANTLIB= crypto pcre ssl glib-2.0 idn>=16
|
2007-05-27 19:33:15 +00:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2009-12-24 10:46:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
|
2007-05-27 19:33:15 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
LIB_DEPENDS= devel/glib2 \
|
|
|
|
devel/libidn
|
2013-03-11 11:35:43 +00:00
|
|
|
BUILD_DEPENDS= ${TEST_DEPENDS}
|
|
|
|
TEST_DEPENDS= devel/check
|
2007-05-27 19:33:15 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-mono \
|
2009-01-19 10:54:27 +00:00
|
|
|
--with-check=${LOCALBASE} \
|
|
|
|
--with-ssl=openssl
|
2007-05-27 19:33:15 +00:00
|
|
|
|
2012-09-21 14:48:05 +00:00
|
|
|
# If one of these tools is found at configure stage, it might be used,
|
|
|
|
# no matter whether we use --disable-gtk-doc or not.
|
|
|
|
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
|
|
|
ac_cv_path_GTKDOC_REBASE="" \
|
|
|
|
ac_cv_path_GTKDOC_MKPDF=""
|
|
|
|
|
2007-05-27 19:33:15 +00:00
|
|
|
.include <bsd.port.mk>
|