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.
17 lines
389 B
Makefile
17 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/01/30 12:22:47 jlam Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= lib${DISTNAME}
|
|
PKGREVISION= 4
|
|
COMMENT= open source Flash(tm) library
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
BUILD_DIRS= ${WRKSRC}/Lib
|
|
MAKE_ENV+= LIBOSSAUDIO="${LIBOSSAUDIO}"
|
|
|
|
.include "../../devel/zlib/buildlink2.mk"
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|