c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
69 lines
1.8 KiB
Makefile
69 lines
1.8 KiB
Makefile
# New ports collection makefile for: po4a
|
|
# Date created: 08 January 2006
|
|
# Whom: Meno Abels <meno.abels@adviser.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= po4a
|
|
PORTVERSION= 0.40.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= http://alioth.debian.org/frs/download.php/3341/
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Brings gettext translation tools to all kinds of docs
|
|
|
|
BUILD_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \
|
|
libtext-wrapi18n-perl>=0.06:${PORTSDIR}/textproc/libtext-wrapi18n-perl \
|
|
p5-SGMLSpm>=1.03:${PORTSDIR}/textproc/p5-SGMLSpm \
|
|
p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \
|
|
jade>=0:${PORTSDIR}/textproc/jade
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_GETTEXT= yes
|
|
USE_PERL5= yes
|
|
PERL_MODBUILD= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
|
|
|
|
MANPREFIX= ${PREFIX}
|
|
MAN3PREFIX= ${MANPREFIX}
|
|
MAN3= \
|
|
Locale::Po4a::Debconf.3 \
|
|
Locale::Po4a::Halibut.3 \
|
|
Locale::Po4a::Html.3 \
|
|
Locale::Po4a::NewsDebian.3 \
|
|
Locale::Po4a::TransTractor.3 \
|
|
Locale::Po4a::Wml.3 \
|
|
Locale::Po4a::BibTeX.3 \
|
|
Locale::Po4a::Chooser.3 \
|
|
Locale::Po4a::Common.3 \
|
|
Locale::Po4a::Dia.3 \
|
|
Locale::Po4a::Docbook.3 \
|
|
Locale::Po4a::Guide.3 \
|
|
Locale::Po4a::Ini.3 \
|
|
Locale::Po4a::KernelHelp.3 \
|
|
Locale::Po4a::LaTeX.3 \
|
|
Locale::Po4a::Man.3 \
|
|
Locale::Po4a::Po.3 \
|
|
Locale::Po4a::Pod.3 \
|
|
Locale::Po4a::Sgml.3 \
|
|
Locale::Po4a::TeX.3 \
|
|
Locale::Po4a::Texinfo.3 \
|
|
Locale::Po4a::Text.3 \
|
|
Locale::Po4a::Xhtml.3 \
|
|
Locale::Po4a::Xml.3
|
|
MAN1= msguntypot.1 \
|
|
po4a.1 \
|
|
po4a-gettextize.1 \
|
|
po4a-normalize.1 \
|
|
po4a-translate.1 \
|
|
po4a-updatepo.1
|
|
|
|
PORT_VERBS= ${PORTNAME} Po4a msguntypot
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/install_path/s|/locale|/share&|;/my .options/s|-v|-k 0 &|;\
|
|
s|gzip|${TRUE}|g;s|3pm|3|g;s|1p|1|g' ${WRKSRC}/Build.PL
|
|
|
|
.include <bsd.port.mk>
|