36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/textproc/intltool/Makefile 17268 2013-04-01 05:13:11Z marcus $
|
|
|
|
PORTNAME= intltool
|
|
PORTVERSION= 0.50.2
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= http://launchpadlibrarian.net/94524169/
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Tools to internationalize various kinds of data files
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
USES= iconv gmake perl5
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --libdir="${PREFIX}/libdata"
|
|
|
|
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
|
|
intltool-update.8 intltoolize.8
|
|
|
|
CONFLICTS= xml-i18n-tools-[0-9]*
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
|
|
-E -e '/^mkinstalldirs[[:space:]]*=/s^/\.\.^^g'
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/intltool/XML/Parser/Style
|
|
${INSTALL_DATA} ${FILESDIR}/OrigTree.pm \
|
|
${PREFIX}/share/intltool/XML/Parser/Style
|
|
|
|
.include <bsd.port.mk>
|