3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
24 lines
503 B
Makefile
24 lines
503 B
Makefile
# New ports collection makefile for: xml-i18n-tools
|
|
# Date created: 19th January 2001
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xml-i18n-tools
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Xml internationalization support for GNOME, and others
|
|
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
USE_LIBTOOL_VER=13
|
|
|
|
CONFLICTS= intltool-*
|
|
|
|
.include <bsd.port.mk>
|