diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-12 15:08:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-12 15:08:29 +0000 |
commit | 0892dc7dfe0d0955fab0f1edc7ddf15c1dbc03cc (patch) | |
tree | b5959efa52803be2848d98529ebc5b3073b17603 /lib/freetype/include/Makefile | |
parent | eaf760b1144897c54b359703492a38eba9e18c05 (diff) |
Update to freetype 2.5.2.
With help for handling ports breakage from at least landry@, naddy@,
ajacoutot@, jasper@, and dcoppa@. Thanks to all.
Need an up to date /etc/mtree/BSD.x11.dist (from a base system build)
before building.
Diffstat (limited to 'lib/freetype/include/Makefile')
-rw-r--r-- | lib/freetype/include/Makefile | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/lib/freetype/include/Makefile b/lib/freetype/include/Makefile index f286506d8..ea88029dc 100644 --- a/lib/freetype/include/Makefile +++ b/lib/freetype/include/Makefile @@ -1,6 +1,21 @@ -# $OpenBSD: Makefile,v 1.3 2007/04/04 22:30:55 david Exp $ -.include <bsd.own.mk> +# $OpenBSD: Makefile,v 1.4 2014/01/12 15:08:26 matthieu Exp $ -SUBDIR= freetype +.include <bsd.xorg.mk> + +SUBDIR= config + + +INCSDIR=${X11BASE}/include/freetype2 + +INCS= freetype.h ftadvanc.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h \ + ftcache.h ftchapters.h ftcffdrv.h ftcid.h fterrdef.h fterrors.h \ + ftgasp.h ftglyph.h ftgxval.h ftgzip.h ftimage.h ftincrem.h \ + ftlcdfil.h ftlist.h ftlzw.h ftmac.h ftmm.h ftmodapi.h ftmoderr.h \ + ftoutln.h ftotval.h ftpfr.h ftrender.h ftsizes.h ftsnames.h \ + ftstroke.h ftsynth.h ftsystem.h fttrigon.h fttypes.h ftwinfnt.h \ + ftxf86.h t1tables.h ttnameid.h tttables.h tttags.h ttunpat.h + +.include "Makefile.inc" .include <bsd.subdir.mk> + |