Lines Matching defs:pkg
5 # NetBSD: bsd.pkg.mk,v 1.636 2001/01/05 18:03:14 jlam Exp
159 # Files containing size of pkg w/o and w/ all required pkgs
362 .for pkg in ${BUILD_DEPENDS:C/:.*$//}
364 found="`${PKG_INFO} -e \"${pkg}\" || ${TRUE}`"; \
401 # Install binary pkg, without strict uptodate-check first
405 ${ECHO_MSG} "Installing from binary pkg ${PKGFILE}" ; \
430 # To be used (-> true) ONLY if the pkg in question is known to be installed
431 # (i.e. when calling for pkg_create args, and for fake-pkg)
438 pkg="${dep:C/:.*//}"; \
442 ${ECHO} "$$pkg"; \
451 ${PKG_INFO} -qf "$$pkg" | ${AWK} '/^@pkgdep/ {print $$2}'; \
502 # Stat all the files of one pkg and sum the sizes up.
506 print-pkg-size-this:
507 @${SHCOMMENT} "This pkg's files" ; \
525 print-pkg-size-depends:
541 register: fake-pkg
544 .if !target(fake-pkg)
545 fake-pkg: ${PLIST}
577 size_this=`(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} print-pkg-size-this)`; \
578 size_depends=`(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} print-pkg-size-depends)`; \