mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
c16709055d
- Convert to USES
19 lines
347 B
Makefile
19 lines
347 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
|
|
|
|
USES= perl5 gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFLICTS= intltool-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|