freebsd-ports/graphics/p5-SWF-Builder/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: SWF-Builder
# Date created: 25 December 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= SWF-Builder
PORTVERSION= 0.16
CATEGORIES= graphics www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Create SWF movie
BUILD_DEPENDS= ${SITE_PERL}/SWF/Element.pm:${PORTSDIR}/graphics/p5-SWF-File \
${SITE_PERL}/Math/Bezier/Convert.pm:${PORTSDIR}/math/p5-Math-Bezier-Convert \
${SITE_PERL}/Font/TTF/Font.pm:${PORTSDIR}/x11-fonts/p5-Font-TTF
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SWF::Builder.3 SWF::Builder::ActionScript.3 \
SWF::Builder::Character::Bitmap.3 \
SWF::Builder::Character::EditText.3 \
SWF::Builder::Character::Font.3 \
SWF::Builder::Character::MovieClip.3 \
SWF::Builder::Character::Shape.3 \
SWF::Builder::Character::Sound.3 \
SWF::Builder::Character::Text.3 SWF::Builder::Gradient.3
MAN1= asc.plx.1
post-patch:
@${FIND} ${WRKSRC} -type f |\
${XARGS} ${PERL} -pi -e 's/\x0d(?=\x0a)//'
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
.include <bsd.port.mk>