pkgsrc/audio/SDL-esound/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00

25 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/10/03 00:13:04 tv Exp $
#
.include "../../devel/SDL/Makefile.common"
PKGNAME= ${DISTNAME:S/SDL/SDL-esound/}
PKGREVISION= 1
CATEGORIES+= audio gnome
COMMENT= SDL plugin to output sound through the esound daemon
CONFIGURE_ARGS+= --enable-esd
SHLIBTOOL_OVERRIDE= libtool
BUILD_DIRS= ${WRKSRC}/src/audio/esd
do-install:
cd ${WRKSRC}/src/audio/esd && ${SHLIBTOOL} --mode=install \
${INSTALL_DATA} libaudio_esd.la ${PREFIX}/lib
.include "../../audio/esound/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"