summaryrefslogtreecommitdiff
path: root/audio/mpg123-esound/Makefile
blob: 1f6e142f76c1e837570f68ae492875bb02a98cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:08 tv Exp $

PKGNAME=	mpg123-esound-${MPG123_VERSION}
PKGREVISION=	3
COMMENT=	Command-line player for mpeg layer 1, 2 and 3 audio with EsounD

TARGET_SUFFIX=	-esd

.include "../mpg123/Makefile.common"

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mpg123 ${PREFIX}/bin/mpg123-esound
	${INSTALL_MAN} ${WRKSRC}/mpg123.1 ${PREFIX}/man/man1/mpg123-esound.1

.include "../../audio/esound/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"