mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
23 lines
583 B
Makefile
23 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/03/16 01:36:51 rodent Exp $
|
|
|
|
DISTNAME= SDL2_ttf-2.0.12
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
|
|
COMMENT= Sample library allowing for using TrueType fonts in SDL applications
|
|
LICENSE= zlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= SDL2_ttf.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|