Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 13:29:15 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Jeffry Killen <jekillen@prodigy.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: freetype in ports?
Message-ID:  <alpine.BSF.2.20.1505201325550.51535@wonkity.com>
In-Reply-To: <A59CC0EB-8F5D-47DF-8800-BC433DE1939C@prodigy.net>
References:  <A59CC0EB-8F5D-47DF-8800-BC433DE1939C@prodigy.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 May 2015, Jeffry Killen wrote:

> Hello;
>
> I want to add freetype to system so I can build php5.6x with GD, with 
> freetype
> ttf font support.
>
> I did
> find /usr/ports *freetype* and no match came up

Use -name.  If the stars are used, they have to be protected from shell 
expansion:  find /usr/ports -name "*freetype*"

But usually ports can be found quickly with whereis:
   % whereis freetype
   freetype: /usr/ports/print/freetype

If you don't know the exact name used, there are search options like 
Polytropon showed, or the freshports.org website can be handy.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1505201325550.51535>