blob: c8b40e47d921eda5e4c55330f673f38844453be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:21 asau 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"
REPLACE_SH= akode/akode-config.in
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|