1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/Mosaic/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

28 lines
759 B
Makefile

# New ports collection makefile for: Mosaic browser
# Version required: 2.7b5
# Date created: 7 August 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp $
#
DISTNAME= Mosaic-src-2.7b5
PKGNAME= mosaic-2.7b5
CATEGORIES= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
png\\.2\\.:${PORTSDIR}/graphics/png \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
REQUIRES_MOTIF= yes
WRKSRC= ${WRKDIR}/Mosaic-src
ALL_TARGET= bsdi
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/Mosaic ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic
.include <bsd.port.mk>