blob: 5040aada46abccfa8bacd5ea1411c3c1ab8d5302 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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= multimedia
MASTER_SITES= http://cserv.sourceforge.net/old/
MAINTAINER= chein@freebsd.org
COMMENT= Camserv is a free program to do streaming video via the web
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>
|