pkgsrc/audio/cmp3/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

33 lines
914 B
Makefile

# $NetBSD: Makefile,v 1.33 2020/01/18 23:29:58 rillig Exp $
#
DISTNAME= cmp3-2.0pre6
PKGNAME= cmp3-2.0.p6
PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmp3/}
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= https://cmp3.sourceforge.net/
COMMENT= Curses based frontend to mpg123
LICENSE= gnu-gpl-v2
DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
WRKSRC= ${WRKDIR}/cmp3-kenrevs
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/rnmp3 ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cmp3
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/cmp3
${INSTALL_DATA} ${WRKSRC}/cmp3rc \
${DESTDIR}${PREFIX}/share/doc/cmp3/sample.cmp3rc
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"