30925b26c7
needed. This is required because esound has been droped as a dependancy.
22 lines
550 B
Makefile
22 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.13 2003/07/26 21:41:11 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= SDL_ttf-2.0.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
|
|
COMMENT= Use TrueType fonts in your SDL applications
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
.include "../../graphics/freetype2/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|