Per-port options in make.conf?

Josh Carroll josh.carroll at gmail.com
Mon Oct 22 20:19:08 PDT 2007


> Is there any way to specify options in make.conf on a per-port basis?

Yes, something like this should work:

.if ${.CURDIR:M*/portnamehere*}
WITHOUT_X11=yes
.endif


Josh


More information about the freebsd-questions mailing list