pkgsrc/audio/SDL-arts/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

25 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:32 jlam Exp $
#
.include "../../devel/SDL/Makefile.common"
PKGNAME= ${DISTNAME:S/SDL/SDL-arts/}
CATEGORIES+= audio kde
PKGREVISION= 1
COMMENT= SDL plugin to output sound through the aRts sound daemon
CONFIGURE_ARGS+= --enable-arts
SHLIBTOOL_OVERRIDE= libtool
BUILD_DIRS= ${WRKSRC}/src/audio/arts
do-install:
cd ${WRKSRC}/src/audio/arts && ${SHLIBTOOL} --mode=install \
${INSTALL_DATA} libaudio_arts.la ${PREFIX}/lib
.include "../../audio/arts/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"