mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add libsynce, a library to support communication with Windows CE devices
PR: 53311 Submitted by: Sam Lawrance <boris@brooknet.com.au>
This commit is contained in:
parent
a0e8a62c88
commit
a2d8ff3c18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85723
@ -30,6 +30,7 @@
|
||||
SUBDIR += romeo
|
||||
SUBDIR += sitescooper
|
||||
SUBDIR += syncal
|
||||
SUBDIR += synce-libsynce
|
||||
SUBDIR += syncmal
|
||||
SUBDIR += txt2pdbdoc
|
||||
|
||||
|
26
palm/synce-libsynce/Makefile
Normal file
26
palm/synce-libsynce/Makefile
Normal file
@ -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>
|
1
palm/synce-libsynce/distinfo
Normal file
1
palm/synce-libsynce/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (synce-libsynce-0.7.tar.gz) = 7525c33252bd4bb72397fa89cdf2c432
|
5
palm/synce-libsynce/pkg-descr
Normal file
5
palm/synce-libsynce/pkg-descr
Normal file
@ -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/
|
9
palm/synce-libsynce/pkg-plist
Normal file
9
palm/synce-libsynce/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user