7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
35 lines
865 B
Makefile
35 lines
865 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/05/29 23:35:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= nbitools-R6.3
|
|
PKGNAME= nbitools-6.3
|
|
PKGREVISION= 9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.kitebird.com/imake-book/
|
|
COMMENT= Tools and imake derived from NetBSD-current/xsrc
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= destdir
|
|
NOT_FOR_UNPRIVILEGED= yes
|
|
|
|
BUILD_TARGET= World
|
|
MAKE_ENV+= GCCCMD=gcc
|
|
MAKE_JOBS_SAFE= NO
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
USE_TOOLS+= ${IMAKE_TOOLS:Nimake} perl:run
|
|
|
|
SUBST_CLASSES+= nbi
|
|
SUBST_STAGE.nbi= pre-configure
|
|
SUBST_MESSAGE.nbi= Fixing definition of ProjectRoot.
|
|
SUBST_FILES.nbi= config/cf/site.def
|
|
SUBST_SED.nbi= -e 's|^\(\#define[ \t]*ProjectRoot\).*|\1 ${PREFIX}|'
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/DragonFly.cf ${WRKSRC}/config/cf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|