example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
24 lines
706 B
Makefile
24 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/12/05 20:49:47 rillig Exp $
|
|
#
|
|
|
|
BMP_ENABLE_ENCODERS= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 2
|
|
|
|
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
|
|
|
|
# XXX Workaround a crash during shutdown that happens when dlclose(3)ing
|
|
# any open plugin. libstdc++ gets dynamically linked in when the id3lib
|
|
# library is loaded, and is the one causing problems. See PR pkg/26846
|
|
# for more information.
|
|
USE_LANGUAGES= c c++
|
|
LDFLAGS.NetBSD+= -lstdc++ -lm
|
|
|
|
.include "../../audio/id3lib/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|