blob: 06bafb3e77bd9970086bb647ee953a2b0770b7a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2009/12/15 21:30:51 joerg Exp $
#
PKGNAME= akode-2.0.2
PKGREVISION= 2
MAINTAINER= hasso@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"
|