2000-01-29 04:50:39 +00:00
|
|
|
# New ports collection makefile for: coldsync
|
2000-09-29 15:38:23 +00:00
|
|
|
# Date created: 27 January 2000
|
|
|
|
# Whom: Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
|
2000-01-29 04:50:39 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= coldsync
|
2000-09-29 15:38:23 +00:00
|
|
|
PORTVERSION= 1.4.6
|
2000-01-29 04:50:39 +00:00
|
|
|
CATEGORIES= palm comms
|
|
|
|
MASTER_SITES= http://www.ooblick.com/software/coldsync/
|
|
|
|
|
2000-09-25 08:04:29 +00:00
|
|
|
MAINTAINER= arensb+freebsd-ports@ooblick.com
|
2000-01-29 04:50:39 +00:00
|
|
|
|
2000-06-03 08:02:57 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm
|
|
|
|
|
2000-01-29 04:50:39 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-06-03 08:02:57 +00:00
|
|
|
# The ColdSync.3 man page describes a Perl package. That's why it goes
|
|
|
|
# in the Perl manpage directory.
|
|
|
|
MAN1= send-mail.1 \
|
|
|
|
todo-text.1
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2000-09-25 08:04:29 +00:00
|
|
|
MAN3= ColdSync.3 \
|
|
|
|
ColdSync::SPC.3
|
2000-01-29 04:50:39 +00:00
|
|
|
MAN8= coldsync.8
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
2000-06-03 08:02:57 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2000-09-25 08:04:29 +00:00
|
|
|
# I don't know how to test for a version of {Net,Open}BSD that supports USB.
|
2000-06-03 08:02:57 +00:00
|
|
|
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000
|
|
|
|
CONFIGURE_ARGS+= --with-usb
|
|
|
|
.endif
|
|
|
|
|
2000-01-29 04:50:39 +00:00
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir
|
|
|
|
|
2000-06-03 08:02:57 +00:00
|
|
|
.include <bsd.port.post.mk>
|