2001-10-21 20:37:14 +02:00
|
|
|
# New ports collection makefile for: intltool
|
2001-01-19 19:11:08 +01:00
|
|
|
# Date created: 19th January 2001
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/textproc/intltool/Makefile,v 1.11 2008/10/08 21:37:49 marcus Exp $
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2001-10-21 20:37:14 +02:00
|
|
|
PORTNAME= intltool
|
2009-03-14 19:29:28 +01:00
|
|
|
PORTVERSION= 0.40.6
|
2001-01-19 19:11:08 +01:00
|
|
|
CATEGORIES= textproc gnome
|
2007-08-04 05:29:03 +02:00
|
|
|
MASTER_SITES= GNOME
|
2002-02-13 00:25:33 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-11-07 21:04:27 +01:00
|
|
|
COMMENT= Tools to internationalize various kinds of data files
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2004-07-03 19:23:00 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2003-11-11 00:48:09 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2002-02-13 00:25:33 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2001-01-19 19:11:08 +01:00
|
|
|
USE_GMAKE= yes
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= yes
|
2002-07-04 21:03:28 +02:00
|
|
|
USE_PERL5= yes
|
2002-03-04 10:34:49 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --libdir="${PREFIX}/libdata"
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2001-10-21 20:37:14 +02:00
|
|
|
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
|
2002-03-04 10:34:49 +01:00
|
|
|
intltool-update.8 intltoolize.8
|
2001-10-21 20:37:14 +02:00
|
|
|
|
2006-05-16 07:30:32 +02:00
|
|
|
CONFLICTS= xml-i18n-tools-[0-9]*
|
2003-10-11 08:12:14 +02:00
|
|
|
|
2004-07-02 20:26:32 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
|
|
|
|
-E -e '/^mkinstalldirs[[:space:]]*=/s^/\.\.^^g'
|
|
|
|
|
2007-03-07 18:01:11 +01:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/intltool/XML/Parser/Style
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/OrigTree.pm \
|
|
|
|
${PREFIX}/share/intltool/XML/Parser/Style
|
|
|
|
|
2007-08-04 05:29:03 +02:00
|
|
|
.include <bsd.port.mk>
|