mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
does not use 3D hardware acceleration) - libGLU.so.1 from linux_dri is also required in the WITH_NVIDIA_GL case - remove pkg-message (the information it provides is available using pkg_info -L) - move the executable to libexec - wrapper script: - use exec, to not keep the wrapper in memory while the program is running - pass command line arguments to the program - do not silence mkdir - the executable expects the manual in ${DATADIR}/manual, so: - add a symlink pointing to ${DOCSDIR}/manual - unconditionally install the documentation PR: ports/87082 Submitted by: jylefort Approved by: maintainer
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/sh
|
|
|
|
export AC3D_HOME="%%DATADIR%%"
|
|
|
|
exec %%PREFIX%%/libexec/ac3d "$@"
|