blob: 421fa2ed957c1ffdaf8c50a542e23f78da2456d7 (
plain)
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
29
30
31
32
33
34
|
# New ports collection makefile for: fxtv
# Version required: 0.48
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <aa8vb@ipass.net>
#
# $FreeBSD$
#
DISTNAME= fxtv-0.48
CATEGORIES= graphics
MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
EXTRACT_SUFX= .tgz
MAINTAINER= aa8vb@ipass.net
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \
Xpm.4:${PORTSDIR}/graphics/xpm
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.
#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_X_PREFIX= yes
USE_GMAKE= yes
MAKE_FLAGS= -e
.include <bsd.port.mk>
|