mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
27 lines
789 B
Makefile
27 lines
789 B
Makefile
# New ports collection makefile for: Mosaic browser
|
|
# Version required: 2.7b5
|
|
# Date created: 7 August 1995
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.9 1996/08/03 11:11:21 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\\.6\\.:${PORTSDIR}/graphics/jpeg \
|
|
png\\.0\\.:${PORTSDIR}/graphics/png
|
|
|
|
REQUIRES_MOTIF= yes
|
|
WRKSRC= ${WRKDIR}/Mosaic-src
|
|
ALL_TARGET= bsdi
|
|
USE_X11= yes
|
|
|
|
do-install:
|
|
${INSTALL} -c -s -g ${BINGRP} -m ${BINMODE} -o ${BINOWN} ${WRKSRC}/src/Mosaic ${PREFIX}/bin/Mosaic
|
|
${INSTALL} -c -g ${BINGRP} -m ${NOBINMODE} -o ${BINOWN} ${WRKSRC}/app-defaults.color ${PREFIX}/lib/X11/app-defaults/Mosaic
|
|
|
|
.include <bsd.port.mk>
|