Fixup fromcvs/togit conversion
[pkgsrcv2.git] / comms / libsyncml / Makefile
1 # $NetBSD: Makefile,v 1.7 2012/06/14 07:45:22 sbd Exp $
2 #
3
4 DISTNAME=       libsyncml-0.4.5
5 PKGREVISION=    5
6 CATEGORIES=     comms
7 MASTER_SITES=   http://libsyncml.opensync.org/download/releases/0.4.5/
8 EXTRACT_SUFX=   .tar.bz2
9
10 MAINTAINER=     dillo@NetBSD.org
11 HOMEPAGE=       http://libsyncml.opensync.org/
12 COMMENT=        C library implementation of the SyncML protocol
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=  yes
17 USE_TOOLS+=     pkg-config
18 USE_LANGUAGES=  c
19 USE_LIBTOOL=    yes
20
21 .include "../../mk/bsd.prefs.mk"
22
23 CONFIGURE_ARGS+=        --disable-http
24 .if ${OPSYS} != "SunOS"
25 CONFIGURE_ARGS+=        --enable-bluetooth
26 .endif
27 CONFIGURE_ARGS+=        --enable-obex
28
29 PKGCONFIG_OVERRIDE+=    libsyncml-1.0.pc.in
30
31 .include "../../comms/openobex/buildlink3.mk"
32 .include "../../devel/glib2/buildlink3.mk"
33 .include "../../textproc/libxml2/buildlink3.mk"
34 .include "../../textproc/wbxml2/buildlink3.mk"
35 # XXX libsoup (http)
36 .include "../../mk/bsd.pkg.mk"