28 lines
738 B
Makefile
28 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/01/24 07:32:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= f4l-0.2
|
|
PKGREVISION= 1
|
|
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"
|
|
# XXX Please verify whether qt3-tools is really needed at run-time.
|
|
# If it is, then remove this comment. If it is not, then remove
|
|
# this comment and the line below, and bump PKGREVISION.
|
|
BUILDLINK_DEPMETHOD.qt3-tools= full
|
|
.include "../../mk/bsd.pkg.mk"
|