pkgsrc/audio/musicbrainz/Makefile
chris d494a2f9bf Update musicbrainz to 2.0.2. Also add buildlink3.mk glue.
Changes are:
Changes for libmusicbrainz 2.0.2
-------------------------------------

   - Added support for Mac OS X
   - Improved build system
   - Added build files for Visual Studio .NET (VC7)

Changes for libmusicbrainz 2.0.1
-------------------------------------
   - Added patch for pkgconfig
   - Threading handled correctly in python wrapper
   - New perl bindings
   - Had client use HTTP 1.0 rather than HTTP 1.1
2004-02-09 00:07:36 +00:00

25 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/02/09 00:07:36 chris Exp $
DISTNAME= libmusicbrainz-2.0.2
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://www.musicbrainz.org/
COMMENT= Second generation incarnation of the CD Index
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= libmusicbrainz.pc.in
CONFIGURE_ARGS+= --enable-cpp-headers
.include "../../textproc/expat/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"