freebsd-ports/multimedia/camserv/Makefile
Jordan K. Hubbard 62584f1050 Camserv is a program to do streaming video through the web. Streaming
video can be sent to both Netscape and Internet Explorer clients in
multi-part JPEG format.  Supports cards handled by the bktr(4) driver.

PR:		20116
Submitted by:	Charles Hein <chein@GeekDude.com>
2000-08-21 10:29:09 +00:00

39 lines
959 B
Makefile

# New ports collection makefile for: camserv
# Date created: Sat 22 July 2000
# Whom: Chuck Hein <chein@freebsd.org> & Jim Overholt <overholt@isdw.net>
#
# $FreeBSD$
#
PORTNAME= camserv
PORTVERSION= 0.42
CATEGORIES= graphics
MASTER_SITES= http://cserv.sourceforge.net/current/
MAINTAINER= chein@freebsd.org,overholt@isdw.net
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
# Things that should get fixed
#
# imlib2 still needs to be ported
# http://www.us.rasterman.com/files/imlib2-0.0.5.tar.gz
# imlib2:${PORTSDIR}/graphics/imlib2
#
# gtk12 has broken includes ...
# should look something like this :
# include <gtk12/gdk/gdkprivate.h>
# instead of <gdk/gdkprivate.h>
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/camserv
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/camserv
${INSTALL_DATA} ${WRKSRC}/javascript.txt ${PREFIX}/share/doc/camserv
.endif
.include <bsd.port.mk>