Ticket #500: Portfile

File Portfile, 903 bytes (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.5 2003/03/03 07:12:26 mij Exp $
2
3PortSystem 1.0
4name            freetype
5version         2.1.4
6categories      print
7maintainers     eric@opendarwin.org blb@pobox.com
8description     Free and portable render engine for TrueType fonts
9long_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.
15platforms       darwin
16use_bzip2       yes
17master_sites    http://switch.dl.sourceforge.net/freetype/ \
18                http://prdownloads.sourceforge.net/freetype/
19checksums       md5 1fc0b188f1fe1216776e5855d2da141f
20patchfiles      patch-ftconfig.h
21configure.args  --enable-static=no
22install.destroot prefix=${destroot}${prefix}
23