changes: -Addded the discid_get_webservice_url() function -portability improvements pkgsrc change: add NetBSD support
19 lines
472 B
Makefile
19 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/07 17:44:50 drochner Exp $
|
|
|
|
DISTNAME= libdiscid-0.2.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://users.musicbrainz.org/~matt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://musicbrainz.org/doc/libdiscid
|
|
COMMENT= Library for creating MusicBrainz DiscIDs
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-*-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libdiscid.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|