blob: 9e7df41a4acace6c026704db5addf749918675e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PORTREVISION= 1
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
.include <bsd.port.mk>
|