pkgsrc/textproc/xmlindent/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

24 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/12/05 20:51:08 rillig 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"