d8df7a8750
that we can actually see them ok jasper@
38 lines
860 B
Makefile
38 lines
860 B
Makefile
# $OpenBSD: Makefile,v 1.5 2008/05/26 08:32:57 ajacoutot Exp $
|
|
|
|
COMMENT= lightweight Jabber client library
|
|
|
|
DISTNAME= loudmouth-1.2.3
|
|
PKGNAME= ${DISTNAME}p1
|
|
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
|
|
|
|
WANTLIB= crypto ssl pcre
|
|
|
|
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
|
|
RUN_DEPENDS= :devhelp-*:x11/gnome/devhelp
|
|
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>
|