Lines Matching refs:PKGDIST
226 # PKGDIST contains the name of a X11SRCDIR subscript where to find the
229 # If PKGDIST is not suitable, a consumer can set PKGDIST.<module> with
232 # Also, the consumer can use PKGDIST alone, and a PKGCONFIG will be
233 # derived from it. Many times, PKGDIST is capitalized and PKGCONFIG is
237 .if defined(PKGDIST) && !defined(PKGCONFIG)
238 PKGCONFIG= ${PKGDIST:tl}
254 PKGDIST.${_pkg}?= ${X11SRCDIR.${PKGDIST:U${_pkg}}}
257 .PATH: ${PKGDIST.${_pkg}}
268 .if exists(${PKGDIST.${_pkg}}/configure)
269 ${_pkg}.pc: ${PKGDIST.${_pkg}}/configure Makefile
292 ${PKGDIST.${.PREFIX}}/configure); \
373 s,@PACKAGE@,${PKGDIST},; \