openbsd-ports/graphics/fxtv/Makefile

35 lines
952 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2000/02/15 05:04:31 turan Exp $
# $FreeBSD: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $
DISTNAME= fxtv-0.48
CATEGORIES= graphics
MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
EXTRACT_SUFX= .tgz
NEED_VERSION= 1.195
1999-10-26 07:30:41 -04:00
MAINTAINER= ports@openbsd.org
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 01:29:49 -05:00
1999-11-28 01:13:46 -05:00
LIB_DEPENDS= tiff.35:${PORTSDIR}/graphics/tiff \
1999-05-23 21:18:26 -04:00
jpeg.62:${PORTSDIR}/graphics/jpeg \
Xaw3d.6.1:${PORTSDIR}/x11/Xaw3d
# 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
1999-05-23 21:18:26 -04:00
USE_X11= yes
USE_GMAKE= yes
MAKE_FLAGS= -e
.include <bsd.port.mk>