# ex:ts=8
# Ports collection makefile for:	swftools
# Date created:			Feb 9, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/graphics/swftools/Makefile,v 1.1 2002/02/08 19:27:10 ijliao Exp $
#

PORTNAME=	swftools
PORTVERSION=	0.2.2
CATEGORIES=	graphics
MASTER_SITES=	http://www.quiss.org/swftools/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
		t1:${PORTSDIR}/devel/t1lib

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
USE_GMAKE=	yes

MAN1=	jpeg2swf.1 pdf2swf.1 swfcombine.1 swfdump.1 swfextract.1 swfstrings.1

.include <bsd.port.mk>
