aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-28 10:00:18 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-28 10:00:18 +0000
commita2d8ff3c18a89f89790d48d86502d963c0f5fe3f (patch)
tree44d3564a04accae06c7faf65633ca68d29a759b3 /palm
parenta0e8a62c886f214061dbfb6fbd2a68e994f6f94b (diff)
downloadports-a2d8ff3c18a89f89790d48d86502d963c0f5fe3f.tar.gz
ports-a2d8ff3c18a89f89790d48d86502d963c0f5fe3f.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/synce-libsynce/Makefile26
-rw-r--r--palm/synce-libsynce/distinfo1
-rw-r--r--palm/synce-libsynce/pkg-descr5
-rw-r--r--palm/synce-libsynce/pkg-plist9
5 files changed, 42 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 92c884e36a4f..fd8103b87e59 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -30,6 +30,7 @@
SUBDIR += romeo
SUBDIR += sitescooper
SUBDIR += syncal
+ SUBDIR += synce-libsynce
SUBDIR += syncmal
SUBDIR += txt2pdbdoc
diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile
new file mode 100644
index 000000000000..30aba414224b
--- /dev/null
+++ b/palm/synce-libsynce/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: synce-libsynce
+# Date created: 14 June 2003
+# Whom: Sam Lawrance <boris@brooknet.com.au>
+#
+# $FreeBSD$
+
+PORTNAME= synce-libsynce
+PORTVERSION= 0.7
+CATEGORIES= palm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= synce
+
+MAINTAINER= boris@brooknet.com.au
+COMMENT= Library to support communication with WinCE devices
+
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+
+MAN1= synce.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/palm/synce-libsynce/distinfo b/palm/synce-libsynce/distinfo
new file mode 100644
index 000000000000..c4b117a7c4e0
--- /dev/null
+++ b/palm/synce-libsynce/distinfo
@@ -0,0 +1 @@
+MD5 (synce-libsynce-0.7.tar.gz) = 7525c33252bd4bb72397fa89cdf2c432
diff --git a/palm/synce-libsynce/pkg-descr b/palm/synce-libsynce/pkg-descr
new file mode 100644
index 000000000000..66ddf9202b36
--- /dev/null
+++ b/palm/synce-libsynce/pkg-descr
@@ -0,0 +1,5 @@
+SynCE is a project for connecting to devices running Windows CE or Pocket PC.
+Libsynce provides common functions needed for communication with a Windows CE
+device.
+
+WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-libsynce/pkg-plist b/palm/synce-libsynce/pkg-plist
new file mode 100644
index 000000000000..349167db8b58
--- /dev/null
+++ b/palm/synce-libsynce/pkg-plist
@@ -0,0 +1,9 @@
+include/synce.h
+include/synce_log.h
+include/synce_socket.h
+include/synce_types.h
+lib/libsynce.a
+lib/libsynce.la
+lib/libsynce.so
+lib/libsynce.so.0
+share/aclocal/libsynce.m4