c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
16 lines
468 B
Makefile
16 lines
468 B
Makefile
# $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"
|