mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
62584f1050
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>
39 lines
959 B
Makefile
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>
|