freebsd-ports/textproc/intltool/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: intltool
# Date created: 19th January 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= intltool
PORTVERSION= 0.35.5
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2006-05-15 19:55:18 +02:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.35
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
2004-11-07 21:04:27 +01:00
COMMENT= Tools to internationalize various kinds of data files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
USE_BZIP2= yes
USE_GMAKE= yes
USE_ICONV= yes
2002-07-04 21:03:28 +02:00
USE_PERL5= yes
2003-05-17 21:49:58 +02:00
USE_GNOME= gnometarget
2002-03-04 10:34:49 +01:00
GNU_CONFIGURE= yes
2006-12-21 00:59:22 +01:00
CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" --mandir="${PREFIX}/man"
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
2002-03-04 10:34:49 +01:00
intltool-update.8 intltoolize.8
CONFLICTS= xml-i18n-tools-[0-9]*
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6 or higher
.endif
2004-07-02 20:26:32 +02:00
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
-E -e '/^mkinstalldirs[[:space:]]*=/s^/\.\.^^g'
.include <bsd.port.post.mk>