ports/graphics/nip2/files/run-nip2.sh.in
Mikhail Teterin 1a79a9e86f Upgrade from 7.26.3 to 7.40.1 (nip2) and .2 (vips) -- the current
latest. Support staging in nip2. Add self-test target to nip2.

Although the software is built against GraphicsMagick, some of the
tests require ImageMagick's convert and therefor the tests are not
(yet) labeled "regression-test".  The author is working on the fix.
2014-07-01 18:59:49 +00:00

10 lines
153 B
Bash

#!/bin/sh
if [ -z "$VIPSHOME" ]
then
export VIPSHOME=%%PREFIX%%
fi
if [ -z "$GDK_USE_XFT" ]
then
export GDK_USE_XFT=1
fi
exec %%PREFIX%%/bin/nip2 "$@"