2010-07-12 18:07:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/07/12 22:07:39 sthen Exp $
|
2007-05-27 15:33:15 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= lightweight Jabber client library
|
2007-11-17 15:39:02 -05:00
|
|
|
|
2010-07-12 18:07:37 -04:00
|
|
|
DISTNAME= loudmouth-1.4.3
|
|
|
|
REVISION= 2
|
2009-01-19 05:54:27 -05:00
|
|
|
SHARED_LIBS += loudmouth-1 3.0 # .1.0
|
2007-05-27 15:33:15 -04:00
|
|
|
CATEGORIES= net devel
|
|
|
|
|
2009-01-04 16:26:47 -05:00
|
|
|
HOMEPAGE= http://groups.google.com/group/loudmouth-dev/
|
2007-05-27 15:33:15 -04:00
|
|
|
|
2008-08-20 12:11:11 -04:00
|
|
|
# LGPLv2.1
|
2007-05-27 15:33:15 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-17 15:39:02 -05:00
|
|
|
|
2009-01-19 05:54:27 -05:00
|
|
|
WANTLIB= crypto pcre ssl
|
2007-05-27 15:33:15 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2009-12-24 05:46:17 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
|
2007-05-27 15:33:15 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
LIB_DEPENDS= glib-2.0::devel/glib2 \
|
2009-01-19 05:54:27 -05:00
|
|
|
idn.>=16::devel/libidn
|
2008-08-20 12:11:11 -04:00
|
|
|
BUILD_DEPENDS= ${REGRESS_DEPENDS}
|
2007-05-27 15:33:15 -04:00
|
|
|
REGRESS_DEPENDS= ::devel/check
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-mono \
|
2009-01-19 05:54:27 -05:00
|
|
|
--with-check=${LOCALBASE} \
|
|
|
|
--with-ssl=openssl
|
2007-05-27 15:33:15 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|