pkgsrc/audio/wavesurfer/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

34 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/26 17:30:45 rillig Exp $
DISTNAME= wavesurfer-1.8.5
CATEGORIES= audio
MASTER_SITES= http://www.speech.kth.se/wavesurfer/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= https://www.speech.kth.se/wavesurfer/
COMMENT= Tool for sound visualization and manipulation
LICENSE= esdl-license
DEPENDS+= tcl-snack-[0-9]*:../../audio/tcl-snack
DEPENDS+= tk-[0-9]*:../../x11/tk
USE_TOOLS+= pax
NO_CONFIGURE= yes
NO_BUILD= yes
USE_LANGUAGES= # empty
SUBST_CLASSES+= wish
SUBST_MESSAGE.wish= Fixing hardcoded command names.
SUBST_STAGE.wish= pre-configure
SUBST_FILES.wish= wavesurfer.tcl
SUBST_SED.wish= -e 's,wish8.4,wish,g'
INSTALLATION_DIRS= bin lib
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/wavesurfer.tcl \
${DESTDIR}${PREFIX}/bin/wavesurfer
cd ${WRKSRC} && pax -wr -pm wsurf1.8 ${DESTDIR}${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"