summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-22 16:37:44 +0000
committerjmmv <jmmv>2004-01-22 16:37:44 +0000
commit6068ff6b2d3252e3c490bfee951334808216625e (patch)
tree8dbb63a5f4ce6f28212b56f9e51175e9ca579ec1 /graphics
parentf652fce9b5c124382ef53853ee0b4a637e3d93ee (diff)
downloadpkgsrc-6068ff6b2d3252e3c490bfee951334808216625e.tar.gz
Fix path to OSS audio device in multiple places. Bump PKGREVISION to 1.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xawtv/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/xawtv/Makefile b/graphics/xawtv/Makefile
index be472300ffb..e0dc2f92990 100644
--- a/graphics/xawtv/Makefile
+++ b/graphics/xawtv/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:18:17 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 16:37:44 jmmv Exp $
#
DISTNAME= xawtv_3.90
PKGNAME= ${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://bytesex.org/xawtv/
@@ -21,6 +22,14 @@ CONFIGURE_ARGS+= --disable-motif
LDFLAGS+= ${LIBOSSAUDIO}
+SUBST_CLASSES+= devoss
+SUBST_MESSAGE.devoss= "Fixing path to OSS audio device."
+SUBST_STAGE.devoss= pre-configure
+SUBST_FILES.devoss= console/record.c libng/devices.c x11/pia.c
+SUBST_FILES.devoss+= man/motv.1 man/record.1 man/streamer.1 man/xawtv.1
+SUBST_FILES.devoss+= man/es/streamer.1 man/es/xawtv.1 man/fr/xawtv.1
+SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
+
.include "../../mk/bsd.prefs.mk"
.if defined(USE_MMX) && !empty(USE_MMX:M[Yy][Ee][Ss])