pkgsrc-wip/swfmill/Makefile
Hiramatsu Yoshifumi 91308fa9e0 swfmill is a tool to process Shockwave Flash(TM) (SWF) files.
It can convert SWF from and to an XML-dialect called "swfml",
which is closely modeled after the SWF file format.

It also provides a libxslt-based XSL transformator that
supports an extension ("swft") which helps with generating
IDs for SWF objects and can import an SWF as XML using an
XPath command (swft:document()).
2006-02-23 09:42:12 +00:00

22 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 09:42:12 jgoamakf Exp $
#
DISTNAME= swfmill-0.2.11
CATEGORIES= graphics converters
MASTER_SITES= http://iterative.org/swfmill/releases/
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://iterative.org/swfmill/
COMMENT= Collection of SWF manipulation and creation utilities
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"