pkgsrc/audio/mpg123-esound/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

21 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.18 2007/01/07 09:13:47 rillig Exp $
PKGNAME= mpg123-esound-${MPG123_VERSION}
PKGREVISION= 7
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD
MAINTAINER= pkgsrc-users@NetBSD.org
TARGET_SUFFIX= -esd
PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-esound
.include "../../audio/mpg123/Makefile.common"
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpg123 ${PREFIX}/bin/mpg123-esound
${INSTALL_MAN} ${WRKSRC}/mpg123.1 ${PREFIX}/${PKGMANDIR}/man1/mpg123-esound.1
.include "../../audio/esound/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"