pkgsrc/audio/musicbrainz/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

24 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:33 jlam 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
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"