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.
25 lines
582 B
Makefile
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"
|