pkgsrc/audio/gst-plugins0.10-oss/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

19 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/04/22 09:22:05 rillig Exp $
#
GST_PLUGINS0.10_NAME= oss
GST_PLUGINS0.10_DIRS= sys/oss
PKGREVISION= 1
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
SUBST_CLASSES+= devoss
SUBST_MESSAGE.devoss= Fixing path to OSS audio device.
SUBST_STAGE.devoss= pre-configure
SUBST_FILES.devoss= sys/oss/*.c
SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
LIBS+= ${LIBOSSAUDIO}
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"