aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf/Makefile
blob: 9c507015895241f33403b0115e00b69da33c1d7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PORTNAME=	sdl_ttf
PORTVERSION=	2.0.11
PORTREVISION=	8
CATEGORIES=	graphics
MASTER_SITES=	https://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME=	SDL_ttf-${PORTVERSION}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Library to use TrueType fonts to render text in SDL applications
WWW=		https://www.libsdl.org/projects/SDL_ttf/

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfreetype.so:print/freetype2

USES=		gmake iconv gl libtool pathfix pkgconfig sdl xorg
USE_SDL=	sdl
USE_XORG=	x11
USE_GL=		gl
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

BINARY_ALIAS=	freetype-config=true

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont \
		${STAGEDIR}${PREFIX}/bin/sdl-showfont

.include <bsd.port.mk>