freebsd-ports/www/wb0/Makefile
Bernhard Froehlich 3d2938017e - Mark DEPRECATED and set EXPIRATION_DATE to 2010-11-01
PR:		ports/149717
Submitted by:	Simon Olofsson <simon at olofsson dot de>
Approved by:	miwi (mentor)
2010-08-19 09:04:07 +00:00

49 lines
1.1 KiB
Makefile

# New ports collection makefile for: wb0
# Date created: 2001-01-31
# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wb0
PORTVERSION= 000324
PORTREVISION= 5
CATEGORIES= www graphics
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/wb0/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Web browser for svgalib which can show pictures
RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
vga.1:${PORTSDIR}/graphics/svgalib \
png.6:${PORTSDIR}/graphics/png
DEPRECATED= Development has ceased.
EXPIRATION_DATE= 2010-11-01
DOCS= AUTHORS Changelog README etc/wb0/wb0.config.README
PORTDOCS= ${DOCS:T}
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= Does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \
s|/usr/local/src/wb0/font/bit|${LOCALBASE}/share/wb0/|g ; \
s|^static ||' ${WRKSRC}/wb0.c
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>