diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-12-18 16:58:35 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-12-18 16:58:35 +0000 |
commit | 273a9e51e0472b08e4a67c56da74fe42f979e0c9 (patch) | |
tree | 1d722637de5908435eb4acb68d955b7b4a6c711d /multimedia/fxtv/Makefile | |
parent | f51d0003d3093a51683374c97d145bd45d23d4c0 (diff) | |
download | ports-273a9e51e0472b08e4a67c56da74fe42f979e0c9.tar.gz ports-273a9e51e0472b08e4a67c56da74fe42f979e0c9.zip |
Notes
Diffstat (limited to 'multimedia/fxtv/Makefile')
-rw-r--r-- | multimedia/fxtv/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 79ca4660d573..5e127cc37440 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fxtv -# Version required: 0.44 +# Version required: 0.46 # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper <rhh@ct.picker.com> # -# $Id: Makefile,v 1.2 1997/10/11 20:39:18 markm Exp $ +# $Id: Makefile,v 1.3 1997/12/01 08:10:46 tg Exp $ # -DISTNAME= fxtv-0.45 +DISTNAME= fxtv-0.46 CATEGORIES= graphics x11 MASTER_SITES= http://multiverse.com/~rhh/fxtv/ EXTRACT_SUFX= .tgz @@ -16,11 +16,14 @@ MAINTAINER= rhh@ct.picker.com LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ - mpg123:${PORTSDIR}/audio/mpg123 \ - mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ - mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ - mplex:${PORTSDIR}/graphics/mplex + +# This program does not actually depend on the below, but they are pretty +# useful if you are into digital video recording and playback. +#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ +# mpg123:${PORTSDIR}/audio/mpg123 \ +# mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ +# mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ +# mplex:${PORTSDIR}/graphics/mplex USE_X11= yes USE_GMAKE= yes |