2007-11-17 15:39:02 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/11/17 20:39:02 steven 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
|
|
|
|
2007-09-18 14:11:14 -04:00
|
|
|
DISTNAME= loudmouth-1.2.3
|
2007-11-17 15:39:02 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2007-05-27 15:33:15 -04:00
|
|
|
SHARED_LIBS += loudmouth-1 0.0 # .0.0
|
|
|
|
CATEGORIES= net devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.loudmouth-project.org/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-17 15:39:02 -05:00
|
|
|
|
|
|
|
WANTLIB= crypto ssl pcre
|
2007-05-27 15:33:15 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
LIB_DEPENDS= glib-2.0::devel/glib2 \
|
|
|
|
idn.>=16::devel/libidn
|
|
|
|
REGRESS_DEPENDS= ::devel/check
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-mono \
|
|
|
|
--with-ssl=openssl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|