2001-01-31 23:14:09 +00:00
|
|
|
# New ports collection makefile for: wb0
|
|
|
|
# Date created: 2001-01-31
|
|
|
|
# Whom: trevor
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wb0
|
|
|
|
PORTVERSION= 000324
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2001-04-10 07:34:54 +00:00
|
|
|
CATEGORIES= www graphics
|
2001-01-31 23:14:09 +00:00
|
|
|
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/wb0/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-01-14 11:11:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 14:34:33 +00:00
|
|
|
COMMENT= Web browser for svgalib which can show pictures
|
2001-01-31 23:14:09 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
vga.1:${PORTSDIR}/graphics/svgalib \
|
2001-09-11 02:38:25 +00:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2001-01-31 23:14:09 +00:00
|
|
|
|
2004-12-12 01:03:32 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS Changelog README
|
2003-10-12 05:12:46 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2001-01-31 23:14:09 +00:00
|
|
|
|
|
|
|
post-patch:
|
2004-12-12 01:03:32 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \
|
2001-01-31 23:14:09 +00:00
|
|
|
s|/usr/local/src/wb0/font/bit|${LOCALBASE}/share/wb0/|g' \
|
2004-12-12 01:03:32 +00:00
|
|
|
${WRKSRC}/wb0.c
|
2001-01-31 23:14:09 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-12-12 01:03:32 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
2001-02-24 00:04:51 +00:00
|
|
|
.endfor
|
2004-12-12 01:03:32 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/wb0/wb0.config.README ${DOCSDIR}
|
2001-01-31 23:14:09 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|