9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
28 lines
722 B
Makefile
28 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/01/26 17:30:44 rillig Exp $
|
|
|
|
DISTNAME= libmusicbrainz-2.1.5
|
|
PKGNAME= ${DISTNAME:S/lib//}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= https://musicbrainz.org/doc/libmusicbrainz
|
|
COMMENT= Second generation incarnation of the CD Index (2.x series)
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++03
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE= libmusicbrainz.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-cpp-headers
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if empty(CC_VERSION:Mgcc*)
|
|
BUILDLINK_TRANSFORM+= rm:-lstdc++
|
|
.endif
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|