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