summaryrefslogtreecommitdiff
path: root/comms/synce-dccm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-13 15:05:16 +0000
committerwiz <wiz@pkgsrc.org>2005-10-13 15:05:16 +0000
commite04197c37a59efac7dbf2e99dc8fab1aae16355d (patch)
tree2a499e2749dcfcf2d4c3ee41bc8fc521b55d89a2 /comms/synce-dccm/Makefile
parent45207d6e6c2ed2dfb67f3ded4e822819bfa39db9 (diff)
downloadpkgsrc-e04197c37a59efac7dbf2e99dc8fab1aae16355d.tar.gz
Initial import of synce-dccm-0.9.1:
DCCM is part of the SynCE project. This daemon is required to be able to communicate with a handheld device.
Diffstat (limited to 'comms/synce-dccm/Makefile')
-rw-r--r--comms/synce-dccm/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/synce-dccm/Makefile b/comms/synce-dccm/Makefile
new file mode 100644
index 00000000000..0e5ac400577
--- /dev/null
+++ b/comms/synce-dccm/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:05:16 wiz Exp $
+#
+
+DISTNAME= synce-dccm-0.9.1
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://synce.sourceforge.net/
+COMMENT= SynCE communication application
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../comms/synce-libsynce/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"