pkgsrc/audio/wsoundserver/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

48 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2004/10/03 00:13:10 tv Exp $
#
DISTNAME= WSoundServer-0.4.0
PKGNAME= wsoundserver-0.4.0
PKGREVISION= 5
CATEGORIES= audio wm windowmaker
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://shadowmere.student.utwente.nl/
COMMENT= Sound server for windowmaker
USE_BUILDLINK3= YES
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGINSTALL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} # not really needed
PKG_SYSCONFSUBDIR= WindowMaker
EGDIR= ${PREFIX}/share/examples/wsoundserver
CONF_FILES= ${EGDIR}/WMSound ${PKG_SYSCONFDIR}/WMSound
post-patch:
@cd ${WRKSRC}/doc && for f in *; do \
${SED} "s/1x/1/g" $$f > $$f.tmp && ${MV} $$f.tmp $$f; \
done && \
for f in get-wsound-flags.1x getsoundset.1x setsoundset.1x \
wsoundplay.1x wsoundserver.1x; do \
g=`${ECHO} $$f | ${SED} "s/x$$//"`; \
${MV} $$f $$g; \
done
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
${FILESDIR}/WMSound > ${WRKSRC}/WMSound
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/WMSound ${EGDIR}
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../devel/libdockapp/buildlink3.mk"
.include "../../devel/libproplist/buildlink3.mk"
.include "../../wm/windowmaker/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"