3b65bde2f7
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/06/29 04:54:51 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= SDL_ttf-2.0.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_BUILDLINK_ONLY= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../devel/SDL/buildlink.mk"
|
|
.include "../../graphics/freetype2/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|