ff22ccdd99
Native version is already available in ports but is horribly out of date. PR: ports/60536 Submitted by: Seth Kingsley <sethk@meowfishies.com>
4 lines
124 B
Bash
4 lines
124 B
Bash
#!/bin/sh
|
|
export LD_LIBRARY_PATH=%%PREFIX%%/lib/linux-ymessenger
|
|
cd %%PREFIX%%/libexec/linux-ymessenger
|
|
./ymessenger.bin $*
|