pkgsrc/textproc/lq-sp/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

30 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= lq-sp-1.3.4.12
CATEGORIES= www
MASTER_SITES= http://www.htmlhelp.com/tools/validator/offline/
MAINTAINER= norm@sandbox.org.uk
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
COMMENT= Modified SP package
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
# doesn't build (LP64 bugs)
NOT_FOR_PLATFORM= *-*-alpha
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= Makefile
SUBST_SED.paths= -e 's,/usr/local,${PREFIX},g'
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsgmls/lq-nsgmls ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"