20 lines
370 B
Makefile
20 lines
370 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml-i18n-tools
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Xml internationalization support for GNOME, and others
|
|
|
|
USE_GMAKE= yes
|
|
USES= perl5
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFLICTS= intltool-[0-9]*
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|