mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
273a9e51e0
Changes from 0.45-0.46 ---------------------- - Event handling fixes for fvwm95 - Inval saved ximage when contin capture started (for restacking refreshes) - Fix out-of-date internal app-defaults values - Fixed mem leaks that add up capturing videos - Turn off hardware cursor over video window when continuous video is on - Restore video mode on normal exit
32 lines
901 B
Makefile
32 lines
901 B
Makefile
# New ports collection makefile for: fxtv
|
|
# Version required: 0.46
|
|
# Date created: Sun Sep 7 17:55:07 EDT 1997
|
|
# Whom: Randall Hopper <rhh@ct.picker.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/12/01 08:10:46 tg Exp $
|
|
#
|
|
|
|
DISTNAME= fxtv-0.46
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= http://multiverse.com/~rhh/fxtv/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= rhh@ct.picker.com
|
|
|
|
LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
|
|
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \
|
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
# This program does not actually depend on the below, but they are pretty
|
|
# useful if you are into 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_X11= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|