# New ports collection makefile for: netscape-remote # Date created: 09/13/1999 # Whom: Kelly Yancey # # $FreeBSD$ # PORTNAME= netscape-remote PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://wp.netscape.com/newsref/std/ DISTFILES= remote.c vroot.h MAINTAINER= ports@FreeBSD.org COMMENT= Utility to pass commands to running netscape process DEPRECATED= "all Netscape browser ports were removed due to security bugs" EXPIRATION_DATE=2005-10-12 USE_XLIB= yes DIST_SUBDIR= netscape-remote NO_WRKSUBDIR= yes PLIST_FILES= bin/netscape-remote do-extract: @${MKDIR} ${WRKDIR} @cp ${FILESDIR}/Makefile ${WRKDIR} @for i in $(DISTFILES); do ${CP} ${DISTDIR}/${DIST_SUBDIR}/$$i \ ${WRKDIR}; done .include