diff options
author | markd <markd> | 2007-05-23 12:44:40 +0000 |
---|---|---|
committer | markd <markd> | 2007-05-23 12:44:40 +0000 |
commit | 251d47e85ce64cfd66265a6412aed320b78f80be (patch) | |
tree | c2a8078a0933a262d83341c4bb2ab63720b9eb01 /comms/libopensync/Makefile | |
parent | fe28c1d91b6490ccbcc67618c0555d95435c073c (diff) | |
download | pkgsrc-251d47e85ce64cfd66265a6412aed320b78f80be.tar.gz |
Initial import libopensync version 0.22
OpenSync is a synchronization framework that is platform and distribution
independent. It consists of a powerful sync-engine and several plugins
that can be used to connect to devices.
OpenSync is very flexible and capable of synchronizing any type of data,
including contacts, calendar, tasks, notes and files.
Diffstat (limited to 'comms/libopensync/Makefile')
-rw-r--r-- | comms/libopensync/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/comms/libopensync/Makefile b/comms/libopensync/Makefile new file mode 100644 index 00000000000..89a9b9e6c7e --- /dev/null +++ b/comms/libopensync/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/23 12:44:40 markd Exp $ +# + +DISTNAME= libopensync-0.22 +CATEGORIES= comms +MASTER_SITES= http://www.opensync.org/attachment/wiki/download/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.opensync.org/ +COMMENT= Platform independent synchronization framework + +USE_TOOLS+= pkg-config +USE_LANGUAGES= c +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +DISTURL=${MASTER_SITES}${DISTNAME}${EXTRACT_SUFX}?format=raw +pre-fetch: + ${TEST} -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} || \ + (cd ${DISTDIR} && ${FETCH_CMD} -o ${DISTNAME}${EXTRACT_SUFX} ${DISTURL:Q}) + +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |