diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 14:34:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 14:34:16 +0000 |
commit | c27070498162307c0a8a0fbe58ccebfee710558b (patch) | |
tree | 6d2df88961ad0ce43d8deb97ef32526e5819bdc9 /graphics/pear-IO_SWF | |
parent | f55e864eb4e1f3089500cc337498cce230566fdd (diff) | |
download | ports-c27070498162307c0a8a0fbe58ccebfee710558b.tar.gz ports-c27070498162307c0a8a0fbe58ccebfee710558b.zip |
Notes
Diffstat (limited to 'graphics/pear-IO_SWF')
-rw-r--r-- | graphics/pear-IO_SWF/Makefile | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/graphics/pear-IO_SWF/Makefile b/graphics/pear-IO_SWF/Makefile index 0eaeb564a9dc..68b8d7b40f66 100644 --- a/graphics/pear-IO_SWF/Makefile +++ b/graphics/pear-IO_SWF/Makefile @@ -19,55 +19,7 @@ RUN_DEPENDS= pear-IO_Bit>0:${PORTSDIR}/devel/pear-IO_Bit \ USE_PHP= yes PEAR_CHANNEL= openpear - -FILES= IO/SWF.php IO/SWF/ActionEditor.php \ - IO/SWF/Bitmap.php IO/SWF/Decompiler.php \ - IO/SWF/Editor.php IO/SWF/Exception.php \ - IO/SWF/Former.php IO/SWF/JPEG.php \ - IO/SWF/Lossless.php IO/SWF/Tag.php \ - IO/SWF/Tag/Action.php IO/SWF/Tag/BGColor.php \ - IO/SWF/Tag/Base.php IO/SWF/Tag/Button.php \ - IO/SWF/Tag/EditText.php IO/SWF/Tag/Font.php \ - IO/SWF/Tag/FrameLabel.php IO/SWF/Tag/Jpeg.php \ - IO/SWF/Tag/Lossless.php IO/SWF/Tag/Place.php \ - IO/SWF/Tag/Remove.php IO/SWF/Tag/Shape.php \ - IO/SWF/Tag/Sound.php IO/SWF/Tag/Sprite.php \ - IO/SWF/Tag/Text.php IO/SWF/Type.php \ - IO/SWF/Type/Action.php \ - IO/SWF/Type/BUTTONCONDACTION.php \ - IO/SWF/Type/BUTTONRECORD.php \ - IO/SWF/Type/CLIPACTIONRECORD.php \ - IO/SWF/Type/CLIPACTIONS.php \ - IO/SWF/Type/CLIPEVENTFLAGS.php \ - IO/SWF/Type/CXFORM.php \ - IO/SWF/Type/CXFORMWITHALPHA.php \ - IO/SWF/Type/Double.php IO/SWF/Type/FILLSTYLE.php \ - IO/SWF/Type/FILLSTYLEARRAY.php \ - IO/SWF/Type/FILTER.php IO/SWF/Type/FILTERLIST.php \ - IO/SWF/Type/Float.php IO/SWF/Type/GLYPHENTRY.php \ - IO/SWF/Type/KERNINGRECORD.php \ - IO/SWF/Type/LANGCODE.php IO/SWF/Type/LINESTYLE.php \ - IO/SWF/Type/LINESTYLEARRAY.php \ - IO/SWF/Type/MATRIX.php IO/SWF/Type/RECT.php \ - IO/SWF/Type/RGB.php IO/SWF/Type/RGBA.php \ - IO/SWF/Type/SHAPE.php IO/SWF/Type/String.php \ - IO/SWF/Type/TEXTRECORD.php -EXAMPLES= get_bitmapsize.php jpeg_dump.php \ - swfactioneditor.php swfconvlossless2pngjpeg.php \ - swfcopy.php swfcountshapeedges.php \ - swfdecompile.php swfdeformeshape.php \ - swfdeleteaction.php swfdump.php swfextract.php \ - swfframerate.php swfgeteditstring.php \ - swfgetjpegdata.php swfgetmovieclip.php \ - swfgetpngdata.php swfgetsounddata.php \ - swfgreptags.php swfheader.php swflistaction.php \ - swflistmovieclip.php swfrebuild.php \ - swfreplaceactionstrings.php \ - swfreplacebitmapdata.php swfreplaceeditstring.php \ - swfreplacemovieclip.php swfselectbycids.php \ - swfsetactionvariables.php swfsetbgcolor.php \ - swfsliceshaperecords.php swfwireframe.php -_EXAMPLESDIR= sample +PEAR_AUTOINSTALL= yes x-generate-files: extract @${FIND} ${WRKSRC}/IO -type f | ${SORT} | ${SED} 's@${WRKSRC}/@@' |\ |