2005-03-08 21:15:14 +01:00
|
|
|
# $NetBSD: Makefile,v 1.22 2005/03/08 20:15:14 bad Exp $
|
2000-01-12 16:03:41 +01:00
|
|
|
|
|
|
|
DISTNAME= ns-remote
|
2003-08-14 06:55:58 +02:00
|
|
|
PKGNAME= ns-remote-1.9
|
2005-03-08 21:15:14 +01:00
|
|
|
PKGREVISION= 2
|
2000-01-12 16:03:41 +01:00
|
|
|
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
|
2003-08-14 06:55:58 +02:00
|
|
|
COMMENT= Remote-control of Netscape and Mozilla-based browsers
|
2000-01-12 16:03:41 +01:00
|
|
|
|
2003-08-14 06:56:43 +02:00
|
|
|
DIST_SUBDIR= netscape
|
2000-01-12 16:03:41 +01:00
|
|
|
|
2004-04-30 07:25:59 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2002-08-25 23:50:52 +02:00
|
|
|
USE_X11= # defined
|
2001-07-22 03:08:12 +02:00
|
|
|
|
2004-02-14 02:04:02 +01:00
|
|
|
LDFLAGS.SunOS= -lsocket -lnsl
|
2001-01-19 22:29:19 +01:00
|
|
|
|
2000-01-12 16:03:41 +01:00
|
|
|
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"
|