diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-01 14:51:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-01 14:51:43 +0000 |
commit | e4d804e59309f24ab937961808cabae0b762937b (patch) | |
tree | 3f879137296051ddbece1dd15704333892d19d72 | |
parent | 9b7f541070ac9dc73a7151e6b2c2df2afec84bcb (diff) | |
download | ports-e4d804e59309f24ab937961808cabae0b762937b.tar.gz ports-e4d804e59309f24ab937961808cabae0b762937b.zip |
Notes
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/synce-librapi2/Makefile | 27 | ||||
-rw-r--r-- | palm/synce-librapi2/distinfo | 1 | ||||
-rw-r--r-- | palm/synce-librapi2/pkg-descr | 6 | ||||
-rw-r--r-- | palm/synce-librapi2/pkg-plist | 16 |
5 files changed, 51 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index dcdf413001d2..e3a38df92135 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -31,6 +31,7 @@ SUBDIR += sitescooper SUBDIR += syncal SUBDIR += synce-dccm + SUBDIR += synce-librapi2 SUBDIR += synce-libsynce SUBDIR += synce-serial SUBDIR += syncmal diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile new file mode 100644 index 000000000000..5b64577f0002 --- /dev/null +++ b/palm/synce-librapi2/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: synce-librapi2 +# Date created: 14 June 2003 +# Whom: Sam Lawrance <boris@brooknet.com.au> +# +# $FreeBSD$ + +PORTNAME= synce-librapi2 +PORTVERSION= 0.7 +CATEGORIES= palm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= synce + +MAINTAINER= boris@brooknet.com.au +COMMENT= Utilities/libraries to make RAPI calls on WinCE devices + +LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce + +MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+= --program-transform-name="" +CONFIGURE_ARGS+= --with-libsynce=${PREFIX} + +INSTALLS_SHLIB= yes +.include <bsd.port.mk> diff --git a/palm/synce-librapi2/distinfo b/palm/synce-librapi2/distinfo new file mode 100644 index 000000000000..450ca61abc7e --- /dev/null +++ b/palm/synce-librapi2/distinfo @@ -0,0 +1 @@ +MD5 (synce-librapi2-0.7.tar.gz) = ef33965cb97127a54053f8084487a347 diff --git a/palm/synce-librapi2/pkg-descr b/palm/synce-librapi2/pkg-descr new file mode 100644 index 000000000000..f161c8b5d48c --- /dev/null +++ b/palm/synce-librapi2/pkg-descr @@ -0,0 +1,6 @@ +SynCE is a project for connecting to devices running Windows CE or Pocket PC. +Librapi is an open-source implementation that works like RAPI.DLL. The library +makes it possible to make remote calls on a Windows CE device, including +installing applications and transferring files. + +WWW: http://synce.sourceforge.net/ diff --git a/palm/synce-librapi2/pkg-plist b/palm/synce-librapi2/pkg-plist new file mode 100644 index 000000000000..d4376bf0ad47 --- /dev/null +++ b/palm/synce-librapi2/pkg-plist @@ -0,0 +1,16 @@ +bin/pcp +bin/pls +bin/pmkdir +bin/pmv +bin/prm +bin/prmdir +bin/prun +bin/pstatus +bin/synce-install-cab +bin/synce-list-programs +bin/synce-remove-program +include/rapi.h +lib/librapi.a +lib/librapi.la +lib/librapi.so +lib/librapi.so.2 |