pkgsrc/devel/SDL_ttf/Makefile

22 lines
579 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.28 2010/07/23 13:22:12 adam Exp $
DISTNAME= SDL_ttf-2.0.10
CATEGORIES= devel
MASTER_SITES= http://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 SDL applications
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= SDL_ttf.pc.in
2004-03-06 18:47:30 +01:00
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
2004-03-06 18:47:30 +01:00
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"