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.
16 lines
343 B
Makefile
16 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/26 17:30:44 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= mppenc-1.16
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://files.musepack.net/source/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.musepack.net/
|
|
COMMENT= Musepack encoder
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_CMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|