freebsd-ports/textproc/intltool/Makefile

21 lines
530 B
Makefile
Raw Normal View History

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= intltool
PORTVERSION= 0.51.0
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
2004-11-07 21:04:27 +01:00
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
2002-03-04 10:34:49 +01:00
GNU_CONFIGURE= yes
2007-08-04 05:29:03 +02:00
.include <bsd.port.mk>