5393242c73
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.
23 lines
561 B
Makefile
23 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.16 2018/07/04 13:40:39 jperkin Exp $
|
|
#
|
|
|
|
DISTNAME= robodoc-3.2.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=robodoc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/robodoc/
|
|
COMMENT= Tool to support project documentation within source code
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gm4 gmake
|
|
|
|
SUBST_CLASSES+= gm4
|
|
SUBST_FILES.gm4= Docs/makefile.in
|
|
SUBST_SED.gm4+= -e 's,@M4@,${TOOLS_M4},g'
|
|
SUBST_STAGE.gm4= pre-configure
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|