head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2016.01.17.14.08.03;	author wiz;	state dead;
branches;
next	1.1;
commitid	WeEXsZazSIMi8iRy;

1.1
date	2016.01.13.20.14.05;	author wiz;	state Exp;
branches;
next	;
commitid	h1vXnCstdCwShOQy;


desc
@@


1.2
log
@Remove SDL2_ttf -- it already existed, but in fonts/
@
text
@# $NetBSD: Makefile,v 1.1 2016/01/13 20:14:05 wiz Exp $

DISTNAME=	SDL2_ttf-2.0.13
CATEGORIES=	devel
MASTER_SITES=	https://www.libsdl.org/projects/SDL_ttf/release/

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://www.libsdl.org/projects/SDL_ttf/
COMMENT=	Use TrueType fonts in your SDL2 applications
LICENSE=	zlib

USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes

PKGCONFIG_OVERRIDE+=	SDL2_ttf.pc.in

.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Import SDL2_ttf-2.0.13 as devel/SDL2_ttf.

This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

This package contains the SDL2 version of the library.

Changes compared to SDL_ttf:

2.0.13:
Sylvain - Sat Jun 28 11:42:42 2014
 * Fixed bug rendering text starting with a glyph with negative starting offset
beuc - Sun Jun 15 18:27:28 2014
 * Fixed regression loading non-scalable fonts
Sam Lantinga - Sun Jun 15 18:21:04 PDT 2014
 * TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
David Ludwig - Sun Apr 13 22:28:26 2014
 * Added support for building for Windows RT and Windows Phone

2.0.12:
Sam Lantinga - Sat Jun  1 19:11:26 PDT 2013
 * Updated for SDL 2.0 release
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.35 2015/04/25 14:20:31 tnn Exp $
@

