diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-22 02:37:14 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-22 02:37:14 +0800 |
commit | b3e64c60f1465173b19c10221fccf45d5369ebbc (patch) | |
tree | 5ac0e3ea279b9d25b07d654ab2ed97fd8bd25eb8 /textproc/intltool/Makefile | |
parent | 51a0bde104b6f2f120ddf8efd659ef6e3459eef2 (diff) | |
download | freebsd-ports-gnome-b3e64c60f1465173b19c10221fccf45d5369ebbc.tar.gz freebsd-ports-gnome-b3e64c60f1465173b19c10221fccf45d5369ebbc.tar.zst freebsd-ports-gnome-b3e64c60f1465173b19c10221fccf45d5369ebbc.zip |
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.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 82bc52419df3..1fb3d82783d2 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: xml-i18n-tools +# New ports collection makefile for: intltool # Date created: 19th January 2001 # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= xml-i18n-tools -PORTVERSION= 0.9 +PORTNAME= intltool +PORTVERSION= 0.11 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} @@ -16,4 +16,7 @@ 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> |