blob: da58f9d80b98160d6b3e593bfb8142094246e7b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.13 2003/07/17 21:22:27 grant Exp $
#
DISTNAME= id3lib-3.8.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://id3lib.sourceforge.net/
COMMENT= library for manipulating ID3v1 and ID3v2 tags
USE_GCC_SHLIB= # defined
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CPPFLAGS+=-DID3_NEED_WCHAR_TEMPLATE
.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|