pkgsrc/audio/maplay/Makefile
rillig b49e05bea1 audio: align variable assignments and directives
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 21:09:12 +00:00

26 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.26 2019/11/02 21:09:15 rillig Exp $
DISTNAME= maplay1_2
PKGNAME= maplay-1.2
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/maplay1.2/
EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}
USE_LANGUAGES= c++
NOT_FOR_PLATFORM= Interix-*-*
INSTALLATION_DIRS= bin
MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q}
pre-configure:
cd ${WRKSRC} && ${MAKE} pre-install
.include "../../mk/bsd.pkg.mk"