summaryrefslogtreecommitdiff
path: root/comms/malsync/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-15 14:04:46 +0000
committerrh <rh@pkgsrc.org>2000-06-15 14:04:46 +0000
commitf9cb871689499527cf0891fa3f77de85560ba19b (patch)
tree17f7b94cd29379444ba67d902dea5c0a167d83e7 /comms/malsync/Makefile
parenta0b056ab24816aa88dae982afd3de7ba650fc71b (diff)
downloadpkgsrc-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/Makefile25
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"