openbsd-ports/devel/sdl-ttf/Makefile

34 lines
774 B
Makefile
Raw Normal View History

2004-11-23 19:11:03 -05:00
# $OpenBSD: Makefile,v 1.18 2004/11/24 00:11:04 espie Exp $
COMMENT= "SDL TrueType fonts library"
DISTNAME= SDL_ttf-2.0.6
PKGNAME= ${DISTNAME:L:S/_/-/}
CATEGORIES= devel graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
2003-05-12 04:23:45 -04:00
MAINTAINER= Jolan Luff <jolan@openbsd.org>
2002-09-03 02:31:18 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 19:11:03 -05:00
WANTLIB= X11 Xext freetype usbhid
LIB_DEPENDS= SDL::devel/sdl
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2001-10-05 15:29:37 -04:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*
2001-10-05 13:39:57 -04:00
.include <bsd.port.mk>