On Sun, April 27, 2014 01:22, Christian Weisgerber wrote:
>> I'm creating a port for x2goclient (http://www.x2go.org/) but I don't
>> want to build the browser plugin and the documentation, only the heavy
>> client. So instead of the regular "make", I have to launch "make
>> build_client".
>
>> I tried to add "MAKE_FLAGS= build_client" or change to "CONFIGURE_STYLE=
>> make build_client" but without success.
>>
>> Currently I have a patch-Makefile file to strip the x2goclient Makefile
>> and remove everything I won't build but it doesn't seem very clean.
>>
>> What is the usual way to do this ?
>
> ALL_TARGET= build_client
>
> And ports questions should go to ports@.
>
And it's already in openbsd-wip/x11/x2goclient an github