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/
This commit is contained in:
parent
66214e07c1
commit
fc38310879
5 changed files with 51 additions and 0 deletions
4
graphics/f4l/DESCR
Normal file
4
graphics/f4l/DESCR
Normal file
|
@ -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.
|
23
graphics/f4l/Makefile
Normal file
23
graphics/f4l/Makefile
Normal file
|
@ -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"
|
1
graphics/f4l/PLIST
Normal file
1
graphics/f4l/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $
|
6
graphics/f4l/distinfo
Normal file
6
graphics/f4l/distinfo
Normal file
|
@ -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
|
17
graphics/f4l/patches/patch-aa
Normal file
17
graphics/f4l/patches/patch-aa
Normal file
|
@ -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 = \
|
Loading…
Reference in a new issue