7e32395ff8
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps * Fixed bug in solid bold glyph rendering * Updated to build with the latest version of FreeType * Fixed crash when passing NULL to TTF_CloseFont()
37 lines
839 B
Makefile
37 lines
839 B
Makefile
# $OpenBSD: Makefile,v 1.32 2009/04/25 13:28:51 ajacoutot Exp $
|
|
|
|
COMMENT= SDL TrueType fonts library
|
|
|
|
V= 2.0.9
|
|
DISTNAME= SDL_ttf-${V}
|
|
PKGNAME= sdl-ttf-${V}
|
|
SHARED_LIBS= SDL_ttf 7.0
|
|
CATEGORIES= devel graphics
|
|
MASTER_SITES= ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/ \
|
|
http://www.libsdl.org/projects/SDL_ttf/release/
|
|
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender freetype iconv \
|
|
usbhid m z sndio
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib"
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|