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.
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/01/26 17:30:43 rillig 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+= pkg-config gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= libdiscid.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|