summaryrefslogtreecommitdiff
path: root/www/ns-remote/Makefile
diff options
context:
space:
mode:
authorabs <abs>2009-02-10 12:39:57 +0000
committerabs <abs>2009-02-10 12:39:57 +0000
commita3233333a1568a0047372ec5962ad8a54b58443d (patch)
treef565b896860cd99f604f27147698c467b816afa8 /www/ns-remote/Makefile
parent1ff5174a8c77a13250a7972f4db6383e7bcd56d9 (diff)
downloadpkgsrc-a3233333a1568a0047372ec5962ad8a54b58443d.tar.gz
Update ns-remote to 1.12:
- Add PKG_DESTDIR_SUPPORT - Move source to code.google and import Makefile, patches and ns-open script from pkgsrc
Diffstat (limited to 'www/ns-remote/Makefile')
-rw-r--r--www/ns-remote/Makefile27
1 files changed, 6 insertions, 21 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile
index 01c6a4ec7fa..93e4c5b6bb9 100644
--- a/www/ns-remote/Makefile
+++ b/www/ns-remote/Makefile
@@ -1,32 +1,17 @@
-# $NetBSD: Makefile,v 1.34 2008/01/01 16:45:35 abs Exp $
+# $NetBSD: Makefile,v 1.35 2009/02/10 12:39:57 abs Exp $
-DISTNAME= ns-remote
-PKGNAME= ns-remote-1.11
-PKGREVISION= 4
+DISTNAME= ns-remote-1.12
CATEGORIES= www
-MASTER_SITES= http://home.netscape.com/newsref/std/
-DISTFILES= remote.c vroot.h
+MASTER_SITES= http://ns-remote.googlecode.com/files/
+EXTRACT_SUFX= .tbz
MAINTAINER= abs@NetBSD.org
-HOMEPAGE= http://www.netscape.com/newsref/std/x-remote.html
+HOMEPAGE= http://code.google.com/p/ns-remote/
COMMENT= Remote-control of Netscape and Mozilla-based browsers
-DIST_SUBDIR= netscape
-
LDFLAGS.SunOS+= -lsocket -lnsl
-INSTALLATION_DIRS= bin
-
-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
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"