aboutsummaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
blob: 2328ac6da209c03286c97deea3a4a3d3c0162c1b (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
PORTNAME=	intltool
PORTVERSION=	0.51.0
PORTREVISION=	2
CATEGORIES=	textproc gnome
MASTER_SITES=	https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
DIST_SUBDIR=	gnome

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	Tools to internationalize various kinds of data files
WWW=		https://www.gnome.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser

USES=		iconv gmake perl5
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

NO_ARCH=	yes

.include <bsd.port.mk>