mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
29 lines
806 B
Makefile
29 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/04/06 08:17:22 adam Exp $
|
|
#
|
|
|
|
DISTNAME= libopensync-plugin-syncml-0.22
|
|
PKGREVISION= 14
|
|
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"
|