2013-05-13 18:02:31 +02:00
|
|
|
# Created by: Ade Lovett <ade@FreeBSD.org>
|
2001-01-19 19:11:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-10-21 20:37:14 +02:00
|
|
|
PORTNAME= intltool
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTVERSION= 0.51.0
|
2016-03-05 20:00:04 +01:00
|
|
|
PORTREVISION= 1
|
2001-01-19 19:11:08 +01:00
|
|
|
CATEGORIES= textproc gnome
|
2016-03-05 20:00:04 +01:00
|
|
|
MASTER_SITES= https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
|
2002-02-13 00:25:33 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-11-07 21:04:27 +01:00
|
|
|
COMMENT= Tools to internationalize various kinds of data files
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2012-06-29 20:37:54 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
2002-02-13 00:25:33 +01:00
|
|
|
|
2013-09-12 18:41:28 +02:00
|
|
|
USES= iconv gmake perl5
|
2002-03-04 10:34:49 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-03-07 18:01:11 +01:00
|
|
|
|
2007-08-04 05:29:03 +02:00
|
|
|
.include <bsd.port.mk>
|