summaryrefslogtreecommitdiff
path: root/emulators/osf1_lib/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-03-11 23:22:50 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-03-11 23:22:50 +0000
commit6dca2fd2dcc2fd8e48891710a45130c3251fbed0 (patch)
tree36a800d17e7f71f73e00ee2026f72193c9445738 /emulators/osf1_lib/Makefile
parent49942d77b2c6b38d714deee9f7c9b3a19204460f (diff)
downloadpkgsrc-6dca2fd2dcc2fd8e48891710a45130c3251fbed0.tar.gz
Initial import of osf1_lib.
Package submitted by Eric Schnoebelen, eric@cirr.com in PR pkg/11953 and simplified some by me. DEC Tru64/OSF1 compatibility package based upon the Tru64/OSF1 shared libraries provided by Compaq to support running Netscape on Linux/Alpha. This package supports running Tru64/OSF1 binaries that do not make use of MACH system calls. Note that this is not a complete set of Tru64/OSF1 shared libraries, but rather the minimal set required to run netscape.
Diffstat (limited to 'emulators/osf1_lib/Makefile')
-rw-r--r--emulators/osf1_lib/Makefile51
1 files changed, 51 insertions, 0 deletions
diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile
new file mode 100644
index 00000000000..2e5dcd4123e
--- /dev/null
+++ b/emulators/osf1_lib/Makefile
@@ -0,0 +1,51 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/11 23:22:50 dmcmahill Exp $
+
+DISTNAME= netscape-4.7-3.alpha
+PKGNAME= osf1_lib-1.0
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.support.compaq.com/private/alpha-tools-software/netscape/
+EXTRACT_SUFX= .rpm
+
+MAINTAINER= eric@cirr.com
+HOMEPAGE= http://www.support.compaq.com/alpha-tools/software/index.html
+COMMENT= DEC/Compaq OSF-1/Tru64 compatibility package for netscape
+
+RPM2PKG= ${LOCALBASE}/sbin/rpm2pkg
+BUILD_DEPENDS+= ${RPM2PKG}:../../pkgtools/rpm2pkg
+
+ONLY_FOR_PLATFORM= NetBSD-*-alpha
+
+RESTRICTED= "COMPAQ Licensed Software"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+EMULSUBDIR= emul/osf1
+EMULDIR= ${PREFIX}/${EMULSUBDIR}
+
+EXTRACT_ONLY= # empty
+NO_CONFIGURE= yes
+NO_PATCH= yes
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}
+
+RPMARGS= -i usr/lib -i usr/bin ${DISTDIR}/${DISTFILES}
+
+CHECK_SHLIBS= no
+SHLIB_HANDLING= no
+
+USE_X11= yes
+
+do-install:
+ ${RM} -f ${WRKDIR}/PLIST_DYNAMIC
+ ${INSTALL_DATA_DIR} ${EMULDIR}
+ ${RPM2PKG} -d ${PREFIX} -p ${EMULSUBDIR} ${RPMARGS}
+ (cd ${EMULDIR}; ${MKDIR} usr/lib/X11)
+ (cd ${EMULDIR}/usr/lib/X11; ${LN} -fs ${X11BASE}/lib/X11/locale .)
+
+post-install:
+ PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+
+.include "../../mk/bsd.pkg.mk"