Package: fontforge Version: 20070312 Revision: 1 License: BSD Description: Outline font editor DescDetail: << An outline font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf) fonts, or edit existing ones. Also lets you convert one format to another. FontForge has support for many Macintosh font formats. This program was formerly called PfaEdit. << DescUsage: Will use autotrace or potrace to trace bitmaps if available. DescPort: << Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead. Had to remove setting of DYLD_LIBRARY_PATH in start.c. Caused ImageIO problems. Yuck. << Homepage: http://fontforge.sourceforge.net/ Maintainer: Daniel Johnson Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2 Source-MD5: f1b211fad5088764582f7b0e9d5113fc SourceDirectory: %n-%v Source2: mirror:sourceforge:%n/%n_htdocs-20070313.tar.bz2 Source2-MD5: 9a3afeaa93aff291b64e512e5e28299f Source2ExtractDir: %n-%v/htdocs Depends: << freetype219-shlibs, giflib-shlibs | libungif-shlibs, libgettext3-shlibs, libiconv, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs, libuninameslist1-shlibs, libxml2-shlibs, x11 << BuildDepends: << fink (>= 0.24.12), freetype219, gettext-tools, giflib, libgettext3-dev, libiconv-dev, libjpeg, libpng3, libtiff, libuninameslist1, libxml2, x11-dev << Recommends: autotrace-bin | potrace Conflicts: pfaedit Replaces: pfaedit DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION PatchFile: %n.patch PatchFile-MD5: 470c06296e77a8fd29268e193ab78ca8 NoSetMAKEFLAGS: true SetMAKEFLAGS: -j1 NoSetCPPFLAGS: True NoSetLDFLAGS: True SetCFLAGS: -I%p/include/libxml2 SetLIBRARY_PATH: %p/lib/freetype219/lib:/usr/X11R6/lib:%p/lib ConfigureParams: << --mandir='${prefix}/share/man'\ --with-x\ --with-regular-link\ --enable-shared=no\ --enable-static=yes << CompileScript: << #!/bin/bash -ev export CPATH="%p/lib/freetype219/include:%p/include" export PATH="%p/lib/freetype219/bin:$PATH" ./configure %c make STATIC_LIBS="-L%p/lib -L%p/lib/freetype219/lib -lgif -lpng -lz -ltiff -ljpeg -lxml2 -luninameslist -lfreetype -lintl" << InstallScript: << /bin/mkdir cidmap tar -xz -C cidmap -f htdocs/cidmaps.tgz make install prefix=%i /bin/rm -R %i/lib <<