summaryrefslogtreecommitdiff
path: root/comms/msynctool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/msynctool/Makefile')
-rw-r--r--comms/msynctool/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/msynctool/Makefile b/comms/msynctool/Makefile
new file mode 100644
index 00000000000..24f9e5f32e9
--- /dev/null
+++ b/comms/msynctool/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/10 22:54:37 dillo Exp $
+#
+
+DISTNAME= msynctool-0.22
+CATEGORIES= comms
+MASTER_SITES= http://www.opensync.org/download/releases/0.22/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= dillo@NetBSD.org
+HOMEPAGE= http://www.opensync.org/
+COMMENT= Command line tool for opensync framework
+
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../comms/libopensync/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"