1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/netscape-remote/Makefile

28 lines
572 B
Makefile
Raw Normal View History

# 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
CATEGORIES= www
MASTER_SITES= http://home.netscape.com/newsref/std/
DISTFILES= remote.c vroot.h
MAINTAINER= kbyanc@posi.net
1999-12-10 23:08:31 +00:00
USE_XLIB= yes
FETCH_BEFORE_ARGS= -b
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>