pkgsrc/textproc/xml-i18n-tools/Makefile
jmmv fd4e9ddc7d intltool conflicts with xml-i18n-tools (they install files in the same
place). Add CONFLICTS sentenctes according to this.
2002-12-05 12:05:51 +00:00

26 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/12/05 12:05:52 jmmv Exp $
DISTNAME= xml-i18n-tools-0.9
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/xml-i18n-tools/0.9/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://news.gnome.org/gnome-news/979851911/
COMMENT= XML internationalisation tools
CONFLICTS+= intltool-[0-9]*
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
for file in ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README; do \
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \
done
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"