diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-09-07 09:52:31 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-09-07 09:52:31 +0000 |
commit | a8688ffd51a69986c3651b9b0eb4c62cac544e0a (patch) | |
tree | 79b96f9e4fbfc36604f0b9d271f9661ad733518b /multimedia | |
parent | cb819e65c1adc7507d7a3ca4b7443d6b2d29407e (diff) | |
download | ports-a8688ffd51a69986c3651b9b0eb4c62cac544e0a.tar.gz ports-a8688ffd51a69986c3651b9b0eb4c62cac544e0a.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fxtv/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
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> |