718751ba92
prodded by brad
39 lines
898 B
Makefile
39 lines
898 B
Makefile
# $OpenBSD: Makefile,v 1.12 2009/01/19 10:54:27 jasper Exp $
|
|
|
|
COMMENT= lightweight Jabber client library
|
|
|
|
DISTNAME= loudmouth-1.4.3
|
|
PKGNAME= ${DISTNAME}p2
|
|
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= http://ftp.imendio.com/pub/imendio/loudmouth/src/
|
|
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>
|