diff options
author | rh <rh@pkgsrc.org> | 2000-06-15 14:04:46 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-15 14:04:46 +0000 |
commit | f9cb871689499527cf0891fa3f77de85560ba19b (patch) | |
tree | 17f7b94cd29379444ba67d902dea5c0a167d83e7 /comms/malsync/Makefile | |
parent | a0b056ab24816aa88dae982afd3de7ba650fc71b (diff) | |
download | pkgsrc-f9cb871689499527cf0891fa3f77de85560ba19b.tar.gz |
Initial import of malsync-2.0.4, a utility to synchronize Palm Pilots to
the AvantGo.com service
Diffstat (limited to 'comms/malsync/Makefile')
-rw-r--r-- | comms/malsync/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile new file mode 100644 index 00000000000..efdd5bcbcae --- /dev/null +++ b/comms/malsync/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/06/15 14:04:46 rh Exp $ +# + +DISTNAME= ${PKGNAME:S/-/_/}.src +PKGNAME= malsync-2.0.4 +WRKSRC= ${WRKDIR}/malsync/mal/client/unix +CATEGORIES= comms +MASTER_SITES= http://www.tomw.org/malsync/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.tomw.org/malsync/ + +DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link + +NO_CONFIGURE= YES +USE_GMAKE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/malsync +.for doc in README_avantgo README_malsync + ${INSTALL_DATA} ${FILESDIR}/${doc} ${PREFIX}/share/doc/malsync +.endfor + +.include "../../mk/bsd.pkg.mk" |