# Created by: Igor Pokrovsky <tiamat@comset.net>
# $FreeBSD: graphics/ftgl/Makefile 330565 2013-10-16 23:47:15Z amdmi3 $

PORTNAME=	ftgl
DISTVERSION=	2.1.3-rc5
PORTEPOCH=	1
CATEGORIES=	graphics
MASTER_SITES=	SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	An OpenGL FreeType fonts rendering library

LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-gl-inc="${LOCALBASE}/include" \
		--without-glut-inc
USES=		pathfix gmake
USE_GL=		gl glu
USE_XORG=	x11 xext xmu
USE_LDCONFIG=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/}

post-patch:
	@${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>
