openbsd-ports/devel/sdl-ttf/Makefile
pvalchev 0588c38bd7 - update HOMEPAGE
- install 'showfont' example program as 'sdl-showfont' isntead, to avoid
conflict showfont(1) part of XF4.
from maintainer Jolan Luff
2003-03-02 05:25:39 +00:00

35 lines
771 B
Makefile

# $OpenBSD: Makefile,v 1.15 2003/03/02 05:25:39 pvalchev Exp $
COMMENT= "SDL TrueType fonts library"
VER= 2.0.5
PROJ= SDL_ttf
DISTNAME= ${PROJ}-${VER}
PKGNAME= sdl-ttf-${VER}
CATEGORIES= devel graphics
MASTER_SITES= http://www.libsdl.org/projects/${PROJ}/release/
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= SDL.::devel/sdl
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*
.include <bsd.port.mk>