blob: 2db9864045e9f2b11ad9c92ae2a47c0d328abca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: fxtv
# Version required: 0.44
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <rhh@ct.picker.com>
#
# $Id: Makefile,v 1.1.1.1 1997/09/28 13:21:41 markm Exp $
#
DISTNAME= fxtv-0.45
CATEGORIES= x11
MASTER_SITES= http://multiverse.com/~rhh/fxtv/
EXTRACT_SUFX= .tgz
MAINTAINER= rhh@ct.picker.com
LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
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
USE_X11= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|