pkgsrc-wip/xaralx-bin/files/XaraLX
Geert Hendrickx 6c77a346ae Xara Xtreme is an established, commercial graphics program for Windows. While
being primarily suited for vector graphics, it is also capable of doing raster
graphics.  It is powerful, performant, and easy to use.

Xara Xtreme is currently being ported to Linux (Xara LX) and Mac (Xara MX).
Xara Xtreme will also be open-sourced in the near future (under the GPL).

This package provides a first proof-of-concept demo-application for Linux.  It
is NOT the complete Xara Xtreme drawing program, but a work in progress.
2005-10-12 13:48:34 +00:00

8 lines
204 B
Bash

#!/bin/sh
#
# $NetBSD: XaraLX,v 1.1.1.1 2005/10/12 13:48:35 ghen Exp $
#
# Wrapper around the XaraLX binary because it uses
# the dirname of its argv[0] to find some files
exec %%XARALXDIR%%/XaraLX "$@"