pkg.mk: allow passing arguments to extconf
commitb57b0fa2bda6c755d366df0dc0579e244fb167a8
authorEric Wong <normalperson@yhbt.net>
Wed, 24 Apr 2013 20:10:15 +0000 (24 20:10 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 29 Apr 2013 21:01:01 +0000 (29 21:01 +0000)
treea5349f081bdd0f385f62e425ef58e33c88b6520d
parent07871a12535da6cd58abf58f8a3f8dca3dffbb6e
pkg.mk: allow passing arguments to extconf

This allows us to use something like:

  make build EXTCONF_ARGS='--with-kqueue-include=/usr/include/kqueue \
                           --with-kqueue-libs=-lkqueue'

To build with libkqueue.
pkg.mk