diff options
author | fenner <fenner@FreeBSD.org> | 2001-03-23 06:33:13 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-03-23 06:33:13 +0800 |
commit | 2f770e6e682b9df33c8a1af6de660e5460389731 (patch) | |
tree | 8eed7e76905c2ca872a4a86bc8d5ed7b8ee43e7c /palm | |
parent | a5a0ac46bc92afc6d95921f8666498cc311600c7 (diff) | |
download | freebsd-ports-gnome-2f770e6e682b9df33c8a1af6de660e5460389731.tar.gz freebsd-ports-gnome-2f770e6e682b9df33c8a1af6de660e5460389731.tar.zst freebsd-ports-gnome-2f770e6e682b9df33c8a1af6de660e5460389731.zip |
A jpilot plugin for malsync.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/syncmal/Makefile | 28 | ||||
-rw-r--r-- | palm/syncmal/distinfo | 1 | ||||
-rw-r--r-- | palm/syncmal/pkg-comment | 1 | ||||
-rw-r--r-- | palm/syncmal/pkg-descr | 4 | ||||
-rw-r--r-- | palm/syncmal/pkg-plist | 2 |
6 files changed, 37 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index 06293d126a49..2bc95050087e 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -24,6 +24,7 @@ SUBDIR += prc-tools-binutils SUBDIR += prc-tools-gcc SUBDIR += syncal + SUBDIR += syncmal SUBDIR += txt2pdbdoc SUBDIR += xcopilot diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile new file mode 100644 index 000000000000..cf302b02530e --- /dev/null +++ b/palm/syncmal/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: syncmal +# Date created: March 17, 2001 +# Whom: fenner +# +# $FreeBSD$ +# + +PORTNAME= syncmal +PORTVERSION= 0.61 +CATEGORIES= palm +MASTER_SITES= http://people.atl.mediaone.net/jasonday/code/syncmal/ +DISTNAME= jpilot-${PORTNAME}_${PORTVERSION}${EXTRACTSUFX} + +MAINTAINER= fenner@FreeBSD.Org + +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/palm/jpilot:patch \ + /nonexistent:${PORTSDIR}/palm/malsync:patch +RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot + +PREFIX= ${LOCALBASE}/pilot +USE_GMAKE= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config +CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX} \ + --with-plugin-prefix=${PORTSDIR}/palm/jpilot/work/jpilot-0.99 \ + --with-mal-source=${PORTSDIR}/palm/malsync/work/malsync + +.include <bsd.port.mk> diff --git a/palm/syncmal/distinfo b/palm/syncmal/distinfo new file mode 100644 index 000000000000..d52915a19723 --- /dev/null +++ b/palm/syncmal/distinfo @@ -0,0 +1 @@ +MD5 (jpilot-syncmal_0.61.tar.gz) = 5dd7651107106c1e8d3c3025811aad31 diff --git a/palm/syncmal/pkg-comment b/palm/syncmal/pkg-comment new file mode 100644 index 000000000000..ee5f0c68528b --- /dev/null +++ b/palm/syncmal/pkg-comment @@ -0,0 +1 @@ +A MAL plugin for jpilot, to synchronize with services like AvantGo diff --git a/palm/syncmal/pkg-descr b/palm/syncmal/pkg-descr new file mode 100644 index 000000000000..25ca2b217430 --- /dev/null +++ b/palm/syncmal/pkg-descr @@ -0,0 +1,4 @@ +syncmal is a plugin for jpilot which allows syncrhonizing with +MobileLink services that use malsync, e.g. AvantGo. + +WWW: http://people.atl.mediaone.net/jasonday/code/syncmal/syncmal.html diff --git a/palm/syncmal/pkg-plist b/palm/syncmal/pkg-plist new file mode 100644 index 000000000000..153556f64952 --- /dev/null +++ b/palm/syncmal/pkg-plist @@ -0,0 +1,2 @@ +lib/jpilot/plugins/libsyncmal.la +lib/jpilot/plugins/libsyncmal.so |