e089f18080
The provided patch prevents an attempt to redefine ptrdiff_t on DragonFly within the akode mpc module.
16 lines
375 B
Makefile
16 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/22 10:54:15 marino Exp $
|
|
#
|
|
|
|
PKGNAME= akode-2.0.2
|
|
PKGREVISION= 3
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Simple audio decoding framework (base package)
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
.include "../../audio/akode/Makefile.common"
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|