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.
17 lines
416 B
Makefile
17 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/26 17:30:43 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= libmusepack-1.0.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.musepack.net/
|
|
COMMENT= Portable Musepack decoder library
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|