diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-11-20 16:58:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-11-20 16:58:12 +0000 |
commit | fc38310879db9e4bc86788b83e26df44217aa27f (patch) | |
tree | 7bfc439c9840ee3253704d0d16c73d5d7c38da16 /graphics | |
parent | 66214e07c170e99e5e6206c6a7194333f5997d19 (diff) | |
download | pkgsrc-fc38310879db9e4bc86788b83e26df44217aa27f.tar.gz |
Initial import of f4l-0.2 (suggested privately by pancake).
F4L is an open source development environment for Macromedia Flash,
a multi-platform format (swf/svg) widely used for web applications and
vector animation. Basically, you can make interactive eye candy for
your web site or any other purposes.
--
http://f4l.sf.net/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/f4l/DESCR | 4 | ||||
-rw-r--r-- | graphics/f4l/Makefile | 23 | ||||
-rw-r--r-- | graphics/f4l/PLIST | 1 | ||||
-rw-r--r-- | graphics/f4l/distinfo | 6 | ||||
-rw-r--r-- | graphics/f4l/patches/patch-aa | 17 |
5 files changed, 51 insertions, 0 deletions
diff --git a/graphics/f4l/DESCR b/graphics/f4l/DESCR new file mode 100644 index 00000000000..c9f84de05ee --- /dev/null +++ b/graphics/f4l/DESCR @@ -0,0 +1,4 @@ +F4L is an open source development environment for Macromedia Flash, +a multi-platform format (swf/svg) widely used for web applications and +vector animation. Basically, you can make interactive eye candy for +your web site or any other purposes. diff --git a/graphics/f4l/Makefile b/graphics/f4l/Makefile new file mode 100644 index 00000000000..21021b97485 --- /dev/null +++ b/graphics/f4l/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $ +# + +DISTNAME= f4l-0.2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=f4l/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://f4l.sourceforge.net/ +COMMENT= Development environment for Macromedia Flash + +NO_CONFIGURE= yes + +USE_TOOLS+= gmake + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/f4l ${PREFIX}/bin + +.include "../../x11/qt3-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/f4l/PLIST b/graphics/f4l/PLIST new file mode 100644 index 00000000000..1e34f6e55da --- /dev/null +++ b/graphics/f4l/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $ diff --git a/graphics/f4l/distinfo b/graphics/f4l/distinfo new file mode 100644 index 00000000000..53cdd5cebfd --- /dev/null +++ b/graphics/f4l/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $ + +SHA1 (f4l-0.2.tar.bz2) = 63bf71482c3b05ac89dbb1b3e3e21bda68c1b62d +RMD160 (f4l-0.2.tar.bz2) = 2c4de4c72f67fc7e5465f267f3ed19b3ca4d6c77 +Size (f4l-0.2.tar.bz2) = 1071432 bytes +SHA1 (patch-aa) = 80f63b18d4f7cab19f50d7780c18277eb5214dd6 diff --git a/graphics/f4l/patches/patch-aa b/graphics/f4l/patches/patch-aa new file mode 100644 index 00000000000..c8f4fbcad3f --- /dev/null +++ b/graphics/f4l/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $ + +--- Makefile.orig 2005-11-20 17:22:42.000000000 +0100 ++++ Makefile 2005-11-20 17:23:10.000000000 +0100 +@@ -7,10 +7,10 @@ + ############################################################################# + + MAKEFILE = Makefile +-QMAKE = qmake ++#QMAKE = qmake + DEL_FILE = rm -f + CHK_DIR_EXISTS= test -d +-MKDIR = mkdir -p ++MKDIR = $(BSD_INSTALL_DATA_DIR) + INSTALL_FILE= + INSTALL_DIR = + SUBTARGETS = \ |