pkgsrc/audio/mp3_check/Makefile
rillig a02ce26178 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:29:55 +00:00

17 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/01/18 23:30:02 rillig Exp $
#
DISTNAME= mp3_check-1.98
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3check/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://mp3check.sourceforge.net/
COMMENT= File checker for mp3 files
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp3_check ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"