1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/Mosaic/Makefile

30 lines
729 B
Makefile
Raw Normal View History

# New ports collection makefile for: Mosaic browser
1996-08-03 11:12:01 +00:00
# Version required: 2.7b5
# Date created: 7 August 1995
# Whom: torstenb
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
1996-08-03 11:12:01 +00:00
DISTNAME= Mosaic-src-2.7b5
PKGNAME= mosaic-2.7b5
1996-11-18 01:26:28 +00:00
CATEGORIES= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
1999-01-23 07:05:35 +00:00
png.3:${PORTSDIR}/graphics/png \
Xpm.4:${PORTSDIR}/graphics/xpm \
REQUIRES_MOTIF= yes
WRKSRC= ${WRKDIR}/Mosaic-src
ALL_TARGET= bsdi
USE_X_PREFIX= yes
do-install:
1996-11-18 01:26:28 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/src/Mosaic ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic
.include <bsd.port.mk>