aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/intltool/Makefile
blob: 0234bad7880fd42c09a491ddc07ec8d1efd1bd1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    intltool
# Date created:             19th January 2001
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   intltool
PORTVERSION=    0.28
CATEGORIES= textproc gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.28
DIST_SUBDIR=    gnome

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Xml internationalization support for GNOME, and others

LIB_DEPENDS=    iconv.3:${PORTSDIR}/converters/libiconv
RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_PERL5=  yes
USE_GNOME=  gnometarget
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-*

.include <bsd.port.mk>