607405ca3d
-------------------------------- libdiscid-0.6.2: - ISRC and MCN support on BSD - LIB-60: fix make check for default device on generic/unknown platform - make Doxygen output reproducible (no timestamps) - remove newline for Linux device "1" from proc
18 lines
463 B
Makefile
18 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/01/30 12:16:17 mef Exp $
|
|
|
|
DISTNAME= libdiscid-0.6.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|