blob: 6b5c62f57528e207c0302122e13246429130d4dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: Mosaic browser
# Version required: 2.7b5
# Date created: 7 August 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.11 1996/11/18 01:26:28 ache 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\\.7\\.:${PORTSDIR}/graphics/jpeg \
png\\.0\\.:${PORTSDIR}/graphics/png \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
REQUIRES_MOTIF= yes
WRKSRC= ${WRKDIR}/Mosaic-src
ALL_TARGET= bsdi
USE_X11= 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>
|