aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-09-07 17:52:31 +0800
committerroger <roger@FreeBSD.org>1999-09-07 17:52:31 +0800
commitf959adec70c9ea69533fa7c735b42717622e7943 (patch)
tree2f510e7c4812cbad6eb76dd2b90ef27f7a94a811
parentf08f0617d225fafe16b9bb2de308207fffa9daf9 (diff)
downloadfreebsd-ports-gnome-f959adec70c9ea69533fa7c735b42717622e7943.tar.gz
freebsd-ports-gnome-f959adec70c9ea69533fa7c735b42717622e7943.tar.zst
freebsd-ports-gnome-f959adec70c9ea69533fa7c735b42717622e7943.zip
Update FXTV to version 1.00
This requires Bt848 driver version 1.66 or later. 3.2-RELEASE shipped with version 1.61. New drivers are in the 3.x-stable kernel source tree. They can also be found at http://www.freebsd.org/~roger or http://telepresence.dmem.strath.ac.uk/bt848
-rw-r--r--graphics/fxtv/Makefile13
-rw-r--r--multimedia/fxtv/Makefile13
2 files changed, 18 insertions, 8 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
index 421fa2ed957c..a86e98ecfb43 100644
--- a/graphics/fxtv/Makefile
+++ b/graphics/fxtv/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: fxtv
-# Version required: 0.48
+# Version required: 1.00
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <aa8vb@ipass.net>
#
# $FreeBSD$
#
-DISTNAME= fxtv-0.48
+DISTNAME= fxtv-1.00
CATEGORIES= graphics
MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
EXTRACT_SUFX= .tgz
@@ -19,8 +19,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
NOT_FOR_ARCHS= alpha
-# This program does not actually require the programs below, but they are
-# needed if you use digital video recording and playback.
+# This program does not actually require the programs below unless you
+# use audio/video recording and/or playback and save to a non-raw format.
#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
# mpg123:${PORTSDIR}/audio/mpg123 \
# mpeg_musicin:${PORTSDIR}/audio/mpegaudio \
@@ -30,5 +30,10 @@ NOT_FOR_ARCHS= alpha
USE_X_PREFIX= yes
USE_GMAKE= yes
MAKE_FLAGS= -e
+MAN1= fxtv.1
+
+pre-install:
+ ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
+
.include <bsd.port.mk>
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile
index 421fa2ed957c..a86e98ecfb43 100644
--- a/multimedia/fxtv/Makefile
+++ b/multimedia/fxtv/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: fxtv
-# Version required: 0.48
+# Version required: 1.00
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <aa8vb@ipass.net>
#
# $FreeBSD$
#
-DISTNAME= fxtv-0.48
+DISTNAME= fxtv-1.00
CATEGORIES= graphics
MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
EXTRACT_SUFX= .tgz
@@ -19,8 +19,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
NOT_FOR_ARCHS= alpha
-# This program does not actually require the programs below, but they are
-# needed if you use digital video recording and playback.
+# This program does not actually require the programs below unless you
+# use audio/video recording and/or playback and save to a non-raw format.
#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
# mpg123:${PORTSDIR}/audio/mpg123 \
# mpeg_musicin:${PORTSDIR}/audio/mpegaudio \
@@ -30,5 +30,10 @@ NOT_FOR_ARCHS= alpha
USE_X_PREFIX= yes
USE_GMAKE= yes
MAKE_FLAGS= -e
+MAN1= fxtv.1
+
+pre-install:
+ ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
+
.include <bsd.port.mk>