mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
561 B
Makefile
27 lines
561 B
Makefile
# New ports collection makefile for: netscape-wrapper
|
|
# Date created: 3 May 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netscape-wrapper
|
|
PORTVERSION= 2000.07.07
|
|
CATEGORIES= www
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
RUN_DEPENDS= netscape-remote:${PORTSDIR}/www/netscape-remote
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-build:
|
|
${SED} 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/netscape.sh > ${WRKSRC}/netscape.sh
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/netscape.sh ${PREFIX}/bin/netscape
|
|
|
|
.include <bsd.port.mk>
|