pkgsrc/textproc/xmlindent/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

24 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:42 jlam Exp $
#
DISTNAME= xmlindent-0.2.16
CATEGORIES= textproc
MASTER_SITES= http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
COMMENT= XML stream reformatter written in ANSI C
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= lex
GCC_REQD= 3.0
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmlindent ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmlindent.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"