Subject: Re: pkgconfig and buildlink
To: None <mcmahill@mtl.mit.edu>
From: Masao Uebayashi <uebayasi@soum.co.jp>
List: tech-pkg
Date: 03/18/2002 01:29:38
> are there any examples of how to create buildlink.mk files for packages
> which use devel/pkgconfig (sort of a universal gtk-config type program).

As far as I read the manual, pkgconfig creates a foo-config for a
package Foo, and the foo-config will be installed as a part of Foo.
So what's needed is to write `config wrapper' as usual?

Masao