summaryrefslogtreecommitdiff
path: root/textproc/xml-i18n-tools/Makefile
blob: 1ff36a830bb9a5449288082c74bc07feb9d8939f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"