pkgsrc/audio/id3lib/Makefile
drochner ca77633070 solve the strings.h problem in a better way -
The library contains a header file "strings.h" which gets pulled in
by <string.h>, leading to lossage. Defining ANSI_SOURCE used to help,
but now we don't get an mkstemp() prototype anymore if this is defined,
leading to compile problems at another place...
So finally rename the pkg's strings.h.
Being here, update to ...pre2, the changelog is
* Many bug fixes -- mostly compilation problems -- more detailed info will be
  provided in a later release.
2002-01-08 17:49:12 +00:00

21 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/01/08 17:49:12 drochner Exp $
#
DISTNAME= id3lib-3.8.0pre2
PKGNAME= id3lib-3.8.0.0.2
CATEGORIES= audio
MASTER_SITES= http://prdownloads.sourceforge.net/id3lib/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://id3lib.sourceforge.net/
COMMENT= library for manipulating ID3v1 and ID3v2 tags
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
post-extract:
${MV} ${WRKSRC}/include/id3/strings.h \
${WRKSRC}/include/id3/id3strings.h
.include "../../mk/bsd.pkg.mk"