mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: coldsync
|
|
# Date created: 27 January 2000
|
|
# Whom: Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= coldsync
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= palm comms
|
|
MASTER_SITES= http://www.ooblick.com/software/coldsync/
|
|
|
|
MAINTAINER= arensb+freebsd-ports@ooblick.com
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# 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}
|
|
MAN3= ColdSync.3 \
|
|
ColdSync::SPC.3
|
|
MAN8= coldsync.8
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
CONFIGURE_ARGS+= --with-i18n
|
|
|
|
# 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
|
|
|
|
.include <bsd.port.post.mk>
|