pkgsrc/audio/SDL-esound/Makefile
wiz 7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00

25 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/12/11 09:40:37 wiz 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
INSTALLATION_DIRS= lib
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"