mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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>
|