# ex:ts=8
# New ports collection makefile for:	gfontview
# Date created:			Jul 9, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/print/gfontview/Makefile,v 1.27 2012/02/28 09:54:36 erwin Exp $
#

PORTNAME=	gfontview
PORTVERSION=	0.5.0
PORTREVISION=	10
CATEGORIES=	print gnome
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An outline font viewer

LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib \
		gif.5:${PORTSDIR}/graphics/giflib

BROKEN=		does not build with giflib

USE_GNOME=	gnomehack gnomelibs gnomeprefix
USE_FREETYPE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	SPOOLER="/usr/bin/lpr"
CPPFLAGS+=	-I${LOCALBASE}/include/freetype1/freetype \
		-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--with-fontdir="${LOCALBASE}/share/ghostscript/fonts" \
		--with-libungif

post-patch:
	@${REINPLACE_CMD} -e \
		's|CXXFLAGS="-O2"|CXXFLAGS="$$CXXFLAGS"|g' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e \
		's|-I/usr/include/freetype||g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
