7dbda9e2ef
packages can now use audio/oss for OSS audio support. Convert to use buildlink2 and make libflash.so link against the proper libraries so that all inter-library dependencies are recorded. Also build moz-flash using libtool instead of guessing at the link command for the shared module.
15 lines
361 B
Makefile
15 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/01/30 12:22:45 jlam Exp $
|
|
#
|
|
|
|
.include "../libflash/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:C/-/player-/}
|
|
PKGREVISION= 2
|
|
COMMENT= standalone open source Flash(tm) player
|
|
|
|
USE_BUILDLINK2= yes
|
|
BUILD_DIRS= ${WRKSRC}/Player
|
|
CPPFLAGS+= -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"
|
|
|
|
.include "../libflash/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|