aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fxtv/Makefile
blob: c018f77dca57b2203108cc5ab9d6d5df9c944ac4 (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
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    fxtv
# Date created:     Thu Nov  4 19:54:04 EST 1999
# Whom:         Randall Hopper <aa8vb@nc.rr.com>
#
# $FreeBSD$
#

PORTNAME=   fxtv
PORTVERSION=    1.02
CATEGORIES= graphics
MASTER_SITES=       ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= rhh
EXTRACT_SUFX=   .tgz

MAINTAINER= aa8vb@nc.rr.com

LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff \
        Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d

# 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 \
#       mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \
#       mplex:${PORTSDIR}/graphics/mplex

USE_X_PREFIX=   yes
USE_XPM=    yes
USE_GMAKE=  yes
MAKE_FLAGS= -e
MAN1=       fxtv.1

post-extract:
    ${RM} ${WRKSRC}/videolib/*.o

pre-install:
    ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man

.include <bsd.port.mk>