mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
29 lines
806 B
Makefile
29 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/10/19 09:07:01 adam Exp $
|
|
#
|
|
|
|
DISTNAME= libopensync-plugin-syncml-0.22
|
|
PKGREVISION= 11
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.opensync.org/download/releases/0.22/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.opensync.org/download/releases/0.22/
|
|
COMMENT= Platform independent synchronization framework, SyncML plugin
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-http
|
|
|
|
.include "../../comms/libopensync/buildlink3.mk"
|
|
.include "../../comms/libsyncml/buildlink3.mk"
|
|
.include "../../comms/openobex/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
# XXX libsoup (http)
|
|
.include "../../mk/bsd.pkg.mk"
|