diff options
author | abs <abs@pkgsrc.org> | 2000-01-12 15:03:41 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-01-12 15:03:41 +0000 |
commit | 2efba59bdb1d145e6002ed4249ace3adca6320c1 (patch) | |
tree | 2eace72d033a05e69df5029c99514c8922c69a1a /www/ns-remote/Makefile | |
parent | 82f2f8a9899335f1c0ebba568ee2bef4c15cdcd5 (diff) | |
download | pkgsrc-2efba59bdb1d145e6002ed4249ace3adca6320c1.tar.gz |
ns-remote 1.1 - remote-control Netscape Navigator and Communicator
Diffstat (limited to 'www/ns-remote/Makefile')
-rw-r--r-- | www/ns-remote/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile new file mode 100644 index 00000000000..55bd8ced910 --- /dev/null +++ b/www/ns-remote/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/12 15:03:41 abs Exp $ + +DISTNAME= ns-remote +PKGNAME= ns-remote-1.1 +CATEGORIES= www +MASTER_SITES= http://home.netscape.com/newsref/std/ +DISTFILES= remote.c vroot.h + +MAINTAINER= norm@mono.org +HOMEPAGE= http://home.netscape.com/newsref/std/x-remote.html + +# fill in when done... +# DEPENDS+= ../communicator +DIST_SUBDIR= netscape + +do-extract: + ${MKDIR} ${WRKSRC} +.for distfile in ${DISTFILES} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${distfile} ${WRKSRC} +.endfor + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ns-remote ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/ns-open ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |