blob: d2e6bf843ed7ce578d2f39cb830676bf7cb59ed8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.6 2002/07/02 12:45:04 wiz Exp $
#
PKGNAME= ${DISTNAME:C/-/player-/}
DEPENDS+= libflash-[0-9]*:../libflash
COMMENT= standalone open source flash(tm) player
DISTINFO_FILE= ${.CURDIR}/../libflash/distinfo
FILESDIR= ${.CURDIR}/../libflash/files
PATCHDIR= ${.CURDIR}/../libflash/patches
do-build:
cd ${WRKSRC}/Player && ${SETENV} ${MAKE_ENV} ${MAKE}
do-install:
cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${PREFIX}/bin
.include "../libflash/Makefile.common"
|