freebsd-ports/graphics/sdl_ttf/Makefile
Daichi GOTO 8866f5e10a update graphics/sdl_ttf:
- Utilize USE_SDL
  - PERL -> REINPLACE_CMD

PR:		55059
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-31 07:15:52 +00:00

36 lines
895 B
Makefile

# New ports collection makefile for: sdl_ttf
# Date created: 20 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sdl_ttf
PORTVERSION= 2.0.5
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library to use TrueType fonts to render text in SDL applications
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_SDL= yes
USE_MESA= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
post-configure:
@${REINPLACE_CMD} -e \
's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
${WRKSRC}/libtool
.include <bsd.port.mk>