aboutsummaryrefslogtreecommitdiff
path: root/palm/coldsync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/coldsync/Makefile')
-rw-r--r--palm/coldsync/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index 24221d7b1068..cec559f882a8 100644
--- a/palm/coldsync/Makefile
+++ b/palm/coldsync/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= coldsync
-PORTVERSION= 1.2.0
+PORTVERSION= 1.4.5
CATEGORIES= palm comms
MASTER_SITES= http://www.ooblick.com/software/coldsync/
-MAINTAINER= arensb@ooblick.com
+MAINTAINER= arensb+freebsd-ports@ooblick.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm
@@ -21,19 +21,19 @@ GNU_CONFIGURE= yes
MAN1= send-mail.1 \
todo-text.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= ColdSync.3
+MAN3= ColdSync.3 \
+ ColdSync::SPC.3
MAN8= coldsync.8
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-# I don't know from when {Net,Open}BSD support USB.
+# I don't know how to test for a version of {Net,Open}BSD that supports USB.
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000
CONFIGURE_ARGS+= --with-usb
.endif
post-install:
@install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir
- @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
.include <bsd.port.post.mk>