freebsd-ports/www/netscape-remote/Makefile
Edwin Groothuis 03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: netscape-remote
# Date created: 09/13/1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
PORTNAME= netscape-remote
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://home.netscape.com/newsref/std/
DISTFILES= remote.c vroot.h
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to pass commands to running netscape process
USE_XLIB= yes
DIST_SUBDIR= netscape-remote
NO_WRKSUBDIR= yes
do-extract:
@${MKDIR} ${WRKDIR}
@cp ${FILESDIR}/Makefile ${WRKDIR}
@for i in $(DISTFILES); do ${CP} ${DISTDIR}/${DIST_SUBDIR}/$$i \
${WRKDIR}; done
.include <bsd.port.mk>