freebsd-ports/textproc/intltool/Makefile
Maxim Sobolev 5a4433e41d Add intltool - Xml internationalization support for GNOME, and others. This
port is advanced version of and will replace xml-i18n-tools, so it was created
via a repo-copy from ports/textproc/xml-i18n-tools.
2001-10-21 18:37:14 +00:00

22 lines
456 B
Makefile

# New ports collection makefile for: intltool
# Date created: 19th January 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= intltool
PORTVERSION= 0.11
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
USE_GMAKE= yes
USE_LIBTOOL= yes
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
intltoolize.8
.include <bsd.port.mk>