| 1 | DESCRIPTION="Fitz is a library that is part of MuPDF. The renderer in MuPDF is tailored for high quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen." |
|---|
| 2 | HOMEPAGE="http://code.google.com/p/mupdf/" |
|---|
| 3 | SRC_URI="http://mupdf.googlecode.com/files/mupdf-1.0-source.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="d986ab98e2b035b7abd61afc474562b3" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="jbig2dec >= 0.11 openjpeg >= 1.5.0 jpeg z freetype" |
|---|
| 8 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 9 | BUILD { |
|---|
| 10 | cd mupdf-1.0-source |
|---|
| 11 | make libs |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | INSTALL { |
|---|
| 15 | cd mupdf-1.0-source |
|---|
| 16 | make install \ |
|---|
| 17 | prefix=${DESTDIR}/`finddir B_COMMON_DIRECTORY` \ |
|---|
| 18 | bindir=${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY` \ |
|---|
| 19 | libdir=${DESTDIR}/`finddir B_COMMON_LIB_DIRECTORY` \ |
|---|
| 20 | incdir=${DESTDIR}/`finddir B_COMMON_HEADERS_DIRECTORY` \ |
|---|
| 21 | mandir=${DESTDIR}/`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | LICENSE="GNU GPL v3" |
|---|
| 25 | COPYRIGHT="Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
|---|