summaryrefslogtreecommitdiff
path: root/comms/synce-serial/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-13 15:08:29 +0000
committerwiz <wiz>2005-10-13 15:08:29 +0000
commitee7e1f920cbb440bfc877a7fd220eb4eb123a305 (patch)
tree2d131354ab984cdd5377bfd44cfc52758f03d059 /comms/synce-serial/Makefile
parent0022fdcab83f03ca552dc6412afca971b4708ff0 (diff)
downloadpkgsrc-ee7e1f920cbb440bfc877a7fd220eb4eb123a305.tar.gz
Initial import of synce-serial-0.9.1:
Synce-serial is part of the SynCE project. This module contains helper scripts for setting up a serial connection for use with SynCE. They are basically wrappers around pppd: synce-serial-config - Use this to select serial port and IP adresses synce-serial-start - Use this to start connection synce-serial-abort - Use this to abort a connection
Diffstat (limited to 'comms/synce-serial/Makefile')
-rw-r--r--comms/synce-serial/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/synce-serial/Makefile b/comms/synce-serial/Makefile
new file mode 100644
index 00000000000..229e04c1dc6
--- /dev/null
+++ b/comms/synce-serial/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:08:29 wiz Exp $
+#
+
+DISTNAME= synce-serial-0.9.1
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://synce.sourceforge.net/
+COMMENT= SynCE helper scripts for setting up a serial connection
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"