the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dxf2svg
Version: 0.1
Revision: 1001
GCC: 4.0
Source: http://ucsu.colorado.edu/~squiresm/%n.zip
Source-MD5: 1db612def3be04ae6f6d60782d4e869d
CompileScript: <<
make
<<
InstallScript: <<
/usr/bin/install -d %i/bin
/usr/bin/install -c %n %i/bin/
<<
DocFiles: GPL.txt LGPL.txt README
Description: CAD to SVG converter
DescDetail: <<
Converts dxf files to svg files.
For use with corresponding Inkscape extension.
It may also be used from the command line:
%n foo.dxf > foo.svg
<<
DescPort: <<
Put an imaginary version number, since there is none
in the upstream package.
<<
InfoTest: <<
TestScript: make test || exit 2
<<
DescPackaging: Formerly maintained by Michele Garoche
Maintainer: None
License: GPL
HomePage: http://ucsu.colorado.edu/~squiresm/