2002-02-08 19:27:10 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: swftools
|
|
|
|
# Date created: Feb 9, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= swftools
|
2004-08-22 01:18:33 +00:00
|
|
|
PORTVERSION= 0.6.1
|
2002-02-08 19:27:10 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.quiss.org/swftools/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= SWF manipulation and generation utilities
|
2002-02-08 19:27:10 +00:00
|
|
|
|
2004-08-22 01:18:33 +00:00
|
|
|
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
|
|
|
|
t1.5:${PORTSDIR}/devel/t1lib \
|
2004-02-08 13:59:23 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2004-08-22 01:18:33 +00:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
|
|
|
FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config
|
2002-02-08 19:27:10 +00:00
|
|
|
|
2002-06-19 08:18:10 +00:00
|
|
|
USE_REINPLACE= yes
|
2004-02-17 13:59:23 +00:00
|
|
|
USE_BISON= yes
|
2003-01-12 01:21:21 +00:00
|
|
|
USE_GMAKE= yes
|
2002-02-08 19:27:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-22 01:18:33 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-05-31 23:19:36 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-08-22 01:18:33 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
FREETYPE_CONFIG="${FREETYPE_CONFIG}"
|
2002-02-08 19:27:10 +00:00
|
|
|
|
2004-08-22 01:18:33 +00:00
|
|
|
MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfbbox.1 swfc.1 \
|
2004-03-16 14:02:59 +00:00
|
|
|
swfcombine.1 swfdump.1 swfextract.1 swfstrings.1 wav2swf.1
|
2002-05-31 23:19:36 +00:00
|
|
|
|
|
|
|
post-patch:
|
2004-08-22 01:18:33 +00:00
|
|
|
@${REINPLACE_CMD} -e 's| -O | |g ; \
|
|
|
|
s|/usr/local/include|${LOCALBASE}/include|g ; \
|
|
|
|
s|/usr/local/lib|${LOCALBASE}/lib|g' ${WRKSRC}/configure
|
2003-01-12 01:21:21 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|;make|;\$$\(MAKE\)|g' ${WRKSRC}/lib/Makefile.in
|
2002-02-08 19:27:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|