92b4a6e496
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
18 lines
453 B
Makefile
18 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.14 2022/07/25 11:12:19 wiz Exp $
|
|
|
|
DISTNAME= libdiscid-0.6.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://musicbrainz.org/doc/libdiscid
|
|
COMMENT= Library for creating MusicBrainz DiscIDs
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= libdiscid.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|