2010-11-19 22:31:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/11/19 22:31:34 espie 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
|
|
|
|
REVISION= 2
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= 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
|
2008-08-20 16:11:11 +00:00
|
|
|
BUILD_DEPENDS= ${REGRESS_DEPENDS}
|
2010-11-19 22:31:32 +00:00
|
|
|
REGRESS_DEPENDS= devel/check
|
2007-05-27 19:33:15 +00:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|