summaryrefslogtreecommitdiff
path: root/emulators/osf1_lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/osf1_lib/Makefile')
-rw-r--r--emulators/osf1_lib/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile
deleted file mode 100644
index b2f78e5d074..00000000000
--- a/emulators/osf1_lib/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2006/07/02 10:06:43 rillig Exp $
-
-DISTNAME= netscape-4.7-3.alpha
-PKGNAME= osf1_lib-1.1
-PKGREVISION= 2
-CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.digital.com/pub/DEC/Linux-Alpha-Tools/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>=1.2:../../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}
-
-WRKSRC= ${WRKDIR}
-EMULSUBDIR= emul/osf1
-EMULDIR= ${PREFIX}/${EMULSUBDIR}
-
-EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-RPMARGS= -i usr/lib -i usr/bin ${DISTDIR}/${DISTFILES}
-
-CHECK_SHLIBS_SUPPORTED= no
-
-.include "../../mk/x11.buildlink3.mk"
-
-do-install:
- ${RM} -f ${WRKDIR}/PLIST_DYNAMIC
- ${INSTALL_DATA_DIR} ${EMULDIR}
- ${RPM2PKG} -d ${PREFIX} -p ${EMULSUBDIR} ${RPMARGS}
- ${TOUCH} ${EMULDIR}/etc/hosts
- cd ${EMULDIR} && ${MKDIR} usr/lib/X11
- cd ${EMULDIR}/usr/lib/X11 && ${LN} -fs ${X11BASE}/lib/X11/locale .
-
-.include "../../mk/bsd.pkg.mk"