blob: ba3843025e3ce67e7a23ae9305697f3b940a9105 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# New ports collection makefile for: p5-ming
# Date created: 18 September 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ming
PORTREVISION= 0
CATEGORIES= graphics perl5
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl5 module for Ming which allows you to create Flash 4/5 movies
CONFIGURE_ARGS= --enable-perl
INSTALL_WRKSRC= ${WRKSRC}/perl_ext
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PATCH_WRKSRC= ${WRKSRC}/perl_ext
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
USE_PERL5= yes
MASTERDIR= ${.CURDIR}/../../graphics/ming
SLAVEPORT= p5
MAN3= SWF.3 \
SWF::Action.3 \
SWF::BinaryData.3 \
SWF::Bitmap.3 \
SWF::Blur.3 \
SWF::BrowserFont.3 \
SWF::Button.3 \
SWF::ButtonRecord.3 \
SWF::CXform.3 \
SWF::Character.3 \
SWF::Constants.3 \
SWF::DisplayItem.3 \
SWF::Fill.3 \
SWF::Filter.3 \
SWF::FilterMatrix.3 \
SWF::Font.3 \
SWF::FontCharacter.3 \
SWF::FontCollection.3 \
SWF::Gradient.3 \
SWF::InitAction.3 \
SWF::Matrix.3 \
SWF::Morph.3 \
SWF::Movie.3 \
SWF::MovieClip.3 \
SWF::PrebuiltClip.3 \
SWF::Shadow.3 \
SWF::Shape.3 \
SWF::Sound.3 \
SWF::SoundInstance.3 \
SWF::SoundStream.3 \
SWF::Sprite.3 \
SWF::Text.3 \
SWF::TextField.3 \
SWF::VideoStream.3
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/
cd ${INSTALL_WRKSRC}/examples/ && ${INSTALL_DATA} *.cgi ${EXAMPLESDIR}/
.endif
.include "${MASTERDIR}/Makefile"
|