summaryrefslogtreecommitdiff
path: root/multimedia/fxtv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-23 01:11:47 +0000
committerwiz <wiz@pkgsrc.org>2005-02-23 01:11:47 +0000
commitaca05748bbf476f5e99c9eaf3989a556839e96ab (patch)
tree61f27290cd27bdf9c823d40cdc4498a84ae559b5 /multimedia/fxtv/Makefile
parenta4ad3b1a36dd2cc3546eea6b82991a6081da61d3 (diff)
downloadpkgsrc-aca05748bbf476f5e99c9eaf3989a556839e96ab.tar.gz
Since updating Xaw3d to 1.5E, fxtv breaks (during startup) when
compiled with -O2 -- remove it. While here, do some minor cleanups in the package Makefile. Bump PKGREVISION so that working versions can be identified.
Diffstat (limited to 'multimedia/fxtv/Makefile')
-rw-r--r--multimedia/fxtv/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile
index 35f8f8459b4..85aec8d869b 100644
--- a/multimedia/fxtv/Makefile
+++ b/multimedia/fxtv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/12/28 23:18:16 reed Exp $
+# $NetBSD: Makefile,v 1.7 2005/02/23 01:11:47 wiz Exp $
DISTNAME= fxtv-1.03
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= multimedia
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
@@ -10,9 +10,6 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://people.freebsd.org/~rhh/fxtv/
COMMENT= TV display application for Brooktree 848 compatible TV cards
-#ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-arm NetBSD-1.[5-9]*-arm32 \
-# NetBSD-1.[5-9]*-atari NetBSD-1.[5-9]*-i386
-
USE_BUILDLINK3= YES
USE_X11BASE= YES
USE_GNU_TOOLS+= make
@@ -21,14 +18,11 @@ XAW_TYPE?= 3d
SUBST_CLASSES+= ossaudio
SUBST_MESSAGE.ossaudio= "Fixing path to audio device."
SUBST_STAGE.ossaudio= pre-configure
-SUBST_FILES.ossaudio= app_rsrc.h
-SUBST_FILES.ossaudio+= Fxtv
+SUBST_FILES.ossaudio= app_rsrc.h Fxtv README
SUBST_SED.ossaudio= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
.include "../../mk/bsd.prefs.mk"
-MAKE_ENV+= X11PREFIX=${X11PREFIX}
-
# The purpose of this check is to make sure that there is a "Xaw3d"
# compatible widget set installed because normal "Xaw" won't work.
#
@@ -40,11 +34,6 @@ post-extract:
@${RM} -f ${WRKSRC}/videolib/videolib.o
pre-configure:
- cd ${WRKSRC}; for file in app_rsrc.h Fxtv; do \
- ${SED} -e "s,/dev/dsp,${DEVOSSAUDIO},g" \
- $${file} > $${file}.fixed; \
- ${MV} -f $${file}.fixed $${file}; \
- done
if [ -r /usr/include/machine/mouse.h ] ; then \
echo '#define HAVE_MOUSE_H 1' > ${WRKSRC}/netbsdconf.h; \
else \