1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/Mosaic/Makefile
Mark Linimon 23e091863e Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.

In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.

If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.

PR:		ports/62575
No objection:	freebsd-ports, 10 days
2004-02-17 10:30:34 +00:00

55 lines
1.6 KiB
Makefile

# New ports collection makefile for: Mosaic browser
# Date created: 7 August 1995
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= mosaic
PORTVERSION= 2.7b5
CATEGORIES= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
DISTNAME= Mosaic-src-2.7b5
MAINTAINER= ports@FreeBSD.org
COMMENT= A World Wide Web browser
DEPRECATED= "does not build on FreeBSD-current\; mostly of historical interest"
EXPIRATION_DATE= "April 09, 2004"
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
NO_CDROM= "http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/License/LicenseInfo.html"
NO_PACKAGE= ${NO_CDROM}
USE_MOTIF= yes
WRKSRC= ${WRKDIR}/Mosaic-src
ALL_TARGET= bsdi
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/libXmx/Xmx.h ${WRKSRC}/libdtm/dtm.c \
${WRKSRC}/libdtm/dtm.c ${WRKSRC}/libdtm/dtm.c \
${WRKSRC}/libdtm/dtm.c ${WRKSRC}/libdtm/dtminit.c \
${WRKSRC}/libdtm/dtminit.c ${WRKSRC}/libdtm/dtminit.c \
${WRKSRC}/libdtm/dtminit.c ${WRKSRC}/libdtm/dtmnserv.c \
${WRKSRC}/libdtm/dtmnserv.c ${WRKSRC}/libhtmlw/HTML-PSformat.c \
${WRKSRC}/libhtmlw/HTML-PSformat.c ${WRKSRC}/libwww2/HTUtils.h \
${WRKSRC}/libwww2/HTUtils.h ${WRKSRC}/src/mosaic.h \
${WRKSRC}/src/mosaic.h ${WRKSRC}/src/proxy-dialogs.c \
${WRKSRC}/src/proxy-dialogs.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/Mosaic ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic
.include <bsd.port.post.mk>