HasciiCam makes it possible to have live ascii video on the web. It captures video from a tv card and renders it into ascii, formatting the output into an html page with a refresh tag or in a live ascii window or in a simple text file as well, giving the possiblity to anybody that has a bttv card, a linux box and a cheap modem line to show a live asciivideo feed that can be browsable without any need for plugin, java etc. Features: - low bandwidth live cam "streaming" - command line settings - customizable refresh rate - amazing live mode - gives you the coolest .plan you ever had - draws nifty symbols on your face
21 lines
544 B
Makefile
21 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 14:30:19 poppnk Exp $
|
|
#
|
|
|
|
DISTNAME= hasciicam-0.9
|
|
CATEGORIES= graphics net
|
|
MASTER_SITES= http://ascii.dyne.org/ \
|
|
http://www.autistici.org/dyne/hasciicam/ \
|
|
http://freesoftware.fsf.org/download/hasciicam/
|
|
|
|
MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de
|
|
HOMEPAGE= http://ascii.dyne.org/
|
|
COMMENT= Live ascii video on the web
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
.include "../../graphics/aalib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|