openbsd-ports/graphics/fxtv/Makefile

39 lines
934 B
Makefile
Raw Normal View History

2000-05-28 20:40:39 -04:00
# $OpenBSD: Makefile,v 1.16 2000/05/29 00:40:39 angelos Exp $
# $FreeBSD: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $
2000-05-28 19:41:33 -04:00
DISTNAME= fxtv-1.02
CATEGORIES= graphics
NEED_VERSION= 1.230
FAKE=No
MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
EXTRACT_SUFX= .tgz
1999-10-26 07:30:41 -04:00
MAINTAINER= ports@openbsd.org
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
LIB_DEPENDS= tiff.35::graphics/tiff \
jpeg.62::graphics/jpeg \
Xaw3d.6.1::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::audio/sox \
# mpg123::audio/mpg123 \
# mpeg_musicin::audio/mpegaudio \
# mpeg_encode::graphics/mpeg_encode \
# mplex::graphics/mplex
2000-03-05 13:30:21 -05:00
USE_X11= Yes
USE_GMAKE= Yes
MAKE_FLAGS= -e
2000-05-28 20:40:39 -04:00
pre-build:
(cd $(WRKSRC)/videolib/; gmake clean; gmake)
.include <bsd.port.mk>