1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/graphics/fxtv/Makefile

40 lines
978 B
Makefile
Raw Normal View History

# New ports collection makefile for: fxtv
# Version required: 1.00
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <aa8vb@ipass.net>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
DISTNAME= fxtv-1.00
CATEGORIES= graphics
MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
EXTRACT_SUFX= .tgz
MAINTAINER= aa8vb@ipass.net
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
1998-09-14 20:11:03 +00:00
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \
Xpm.4:${PORTSDIR}/graphics/xpm
NOT_FOR_ARCHS= alpha
# 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_GMAKE= yes
MAKE_FLAGS= -e
MAN1= fxtv.1
pre-install:
${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
.include <bsd.port.mk>