diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 16:57:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 16:57:41 +0000 |
commit | eee6f284b8a8bf86d8ba8b3fccd8615bf31a6cf9 (patch) | |
tree | d822e24df3e21675dfb80f7ca22fa253bd911ec3 /comms/synce-rra/Makefile | |
parent | da56ea19602b5756c9bd0f3c149f473382a64608 (diff) | |
download | pkgsrc-eee6f284b8a8bf86d8ba8b3fccd8615bf31a6cf9.tar.gz |
Initial import of synce-rra-0.9.1.
SynCE is a project for connecting to devices running Windows CE or
Pocket PC. RRA implements the Remote Replication Agent Connection
protocol for synchronising objects between a Windows CE device and
another computer.
Diffstat (limited to 'comms/synce-rra/Makefile')
-rw-r--r-- | comms/synce-rra/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/synce-rra/Makefile b/comms/synce-rra/Makefile new file mode 100644 index 00000000000..5eec9f34539 --- /dev/null +++ b/comms/synce-rra/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ +# + +DISTNAME= synce-rra-0.9.1 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://synce.sourceforge.net/ +COMMENT= Remote Replication Agent Connection protocol library + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../comms/synce-librapi2/buildlink3.mk" +.include "../../comms/synce-libsynce/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/libmimedir/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |