pkgsrc/devel/noweb/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.42 2018/07/04 13:40:15 jperkin Exp $
DISTNAME= noweb-2.11b
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://www.eecs.harvard.edu/pub/nr/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.tufts.edu/~nr/noweb/
COMMENT= Simple, extensible literate-programming tool
DEPENDS+= icon>=9.3:../../lang/icon
BUILD_DIRS= src
.include "../../mk/bsd.prefs.mk"
USE_TOOLS+= mktemp:run
SUBST_CLASSES+= mktemp
SUBST_FILES.mktemp+= src/awk/totex.nw src/lib/toascii src/shell/toroff src/shell/noroff
SUBST_FILES.mktemp+= src/shell/nonu src/shell/cpif src/awkname src/shell/roff.nw
SUBST_FILES.mktemp+= src/shell/roff.mm contrib/conrado/d2tex
SUBST_FILES.mktemp+= contrib/jobling/correct-refs.nw
SUBST_FILES.mktemp+= contrib/norman/htmlgif/pstopbm
SUBST_SED.mktemp+= -e 's,@MKTEMP@,${TOOLS_PATH.mktemp},g'
SUBST_STAGE.mktemp= pre-configure
.if ${OPSYS} != "SunOS"
do-configure:
cd ${WRKSRC}/src && ./awkname awk
.endif
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/noweb
${INSTALL_DATA} ${WRKSRC}/examples/* ${DESTDIR}${PREFIX}/share/examples/noweb
.include "../../mk/bsd.pkg.mk"