diff options
Diffstat (limited to 'textproc/xml-i18n-tools/Makefile')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile new file mode 100644 index 00000000000..1ff36a830bb --- /dev/null +++ b/textproc/xml-i18n-tools/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/07 10:32:35 rh Exp $ +# + +DISTNAME= xml-i18n-tools-0.8.1 +CATEGORIES= textproc gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/xml-i18n-tools/}/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://news.gnome.org/gnome-news/979851911/ +COMMENT= XML internationalisation tools + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_PERL5= YES + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xml-i18n-tools +.for doc in ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README + ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/xml-i18n-tools +.endfor + +.include "../../mk/bsd.pkg.mk" |