diff options
author | jlam <jlam> | 2001-03-01 20:39:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-01 20:39:31 +0000 |
commit | 4fb652fb4d4e0c1ae07c6c3eebe7b71285e544d9 (patch) | |
tree | 97196bce93fe267b4a7f0c9e3f9d8d09c555d293 /comms | |
parent | 423cdf0ab7fe08ab48182dc43e1d11acf113e4c2 (diff) | |
download | pkgsrc-4fb652fb4d4e0c1ae07c6c3eebe7b71285e544d9.tar.gz |
Expense synchronization plugin for J-Pilot
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot-expense/Makefile | 31 | ||||
-rw-r--r-- | comms/jpilot-expense/files/md5 | 3 | ||||
-rw-r--r-- | comms/jpilot-expense/pkg/DESCR | 2 | ||||
-rw-r--r-- | comms/jpilot-expense/pkg/PLIST | 6 |
4 files changed, 42 insertions, 0 deletions
diff --git a/comms/jpilot-expense/Makefile b/comms/jpilot-expense/Makefile new file mode 100644 index 00000000000..c495ccc8731 --- /dev/null +++ b/comms/jpilot-expense/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/01 20:39:31 jlam Exp $ + +DISTNAME= jpilot-0.99 +PKGNAME= jpilot-expense-0.99 +WRKSRC= ${WRKDIR}/${DISTNAME}/Expense +CATEGORIES= comms +MASTER_SITES= http://jpilot.org/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://jpilot.org/ +COMMENT= Expense synchronization plugin for J-Pilot + +DEPENDS+= jpilot>=0.99:../../comms/jpilot + +USE_X11= # defined +USE_LIBTOOL= # defined + +GNU_CONFIGURE= # defined +EVAL_PREFIX+= GTKDIR=gtk+ +EVAL_PREFIX+= PILOTLINKDIR=pilot-link +CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" +CONFIGURE_ARGS+= --with-pilot-prefix="${PILOTLINKDIR}" + +PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins +PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///} + +post-extract: + ${RM} -f ${WRKSRC}/../libtool + ${LN} -sf ${LIBTOOL} ${WRKSRC}/../libtool + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/jpilot-expense/files/md5 b/comms/jpilot-expense/files/md5 new file mode 100644 index 00000000000..f9e92d6509c --- /dev/null +++ b/comms/jpilot-expense/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/01 20:39:31 jlam Exp $ + +MD5 (jpilot-0.99.tar.gz) = a6c8c1a9bc74f8a3f8403c451fdaef0f diff --git a/comms/jpilot-expense/pkg/DESCR b/comms/jpilot-expense/pkg/DESCR new file mode 100644 index 00000000000..513bbb4a8a8 --- /dev/null +++ b/comms/jpilot-expense/pkg/DESCR @@ -0,0 +1,2 @@ +Expense synchronizes the Expense application data files between the server +and the PDA. diff --git a/comms/jpilot-expense/pkg/PLIST b/comms/jpilot-expense/pkg/PLIST new file mode 100644 index 00000000000..7d109253472 --- /dev/null +++ b/comms/jpilot-expense/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/01 20:39:31 jlam Exp $ +${PLUGINSDIR}/libexpense.a +${PLUGINSDIR}/libexpense.la +${PLUGINSDIR}/libexpense.so +${PLUGINSDIR}/libexpense.so.1 +${PLUGINSDIR}/libexpense.so.1.1 |