1 | # $Id: Portfile,v 1.5 2003/03/03 07:12:26 mij Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name freetype |
---|
5 | version 2.1.4 |
---|
6 | categories print |
---|
7 | maintainers eric@opendarwin.org blb@pobox.com |
---|
8 | description Free and portable render engine for TrueType fonts |
---|
9 | long_description The FreeType engine is a free and portable TrueType font rendering \ |
---|
10 | engine. It has been developed to provide TT support to a great \ |
---|
11 | variety of platforms and environments. \ |
---|
12 | Notice that FreeType is a *library*. It is *not* a font server \ |
---|
13 | for your preferred environment, even though it was designed to \ |
---|
14 | allow the design of many font servers. |
---|
15 | platforms darwin |
---|
16 | use_bzip2 yes |
---|
17 | master_sites http://switch.dl.sourceforge.net/freetype/ \ |
---|
18 | http://prdownloads.sourceforge.net/freetype/ |
---|
19 | checksums md5 1fc0b188f1fe1216776e5855d2da141f |
---|
20 | patchfiles patch-ftconfig.h |
---|
21 | configure.args --enable-static=no |
---|
22 | install.destroot prefix=${destroot}${prefix} |
---|
23 | |
---|