freetype in ports?

John Johnstone jjohnstone at tridentusa.com
Wed May 20 19:16:16 UTC 2015


On 5/20/15 2:17 PM, Valeri Galtsev wrote:
>
> On Wed, May 20, 2015 1:04 pm, Polytropon wrote:
>> On Wed, 20 May 2015 10:36:17 -0700, 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
>>>
>>> same with
>>> find /usr/ports FreeType2 and no match came up
>
> I would use unix find comand as follows:
>
> find /usr/ports -name \*freetype\*
>
> But the suggestion by Mr. Polytropon below is much better (as it doesn't
> care about case to the contrary to find command above...

How about -iname?

-
John J.


More information about the freebsd-questions mailing list