pkgsrc/audio/SDL-esound/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

23 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:32 jlam Exp $
#
.include "../../devel/SDL/Makefile.common"
PKGNAME= ${DISTNAME:S/SDL/SDL-esound/}
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"