From 3857cfaa515574aef713ca9cd68ae85e1387fa1a Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 17 Mar 1998 21:31:39 +0000 Subject: Import of NetBSD 1.1 shared library compat package --- emulators/compat11/Makefile | 36 ++++++++++++++++++++++++++++++++++++ emulators/compat11/files/configure | 22 ++++++++++++++++++++++ emulators/compat11/files/md5 | 9 +++++++++ emulators/compat11/pkg/COMMENT | 1 + emulators/compat11/pkg/DESCR | 5 +++++ 5 files changed, 73 insertions(+) create mode 100644 emulators/compat11/Makefile create mode 100755 emulators/compat11/files/configure create mode 100644 emulators/compat11/files/md5 create mode 100644 emulators/compat11/pkg/COMMENT create mode 100644 emulators/compat11/pkg/DESCR (limited to 'emulators') diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile new file mode 100644 index 00000000000..63063978e9e --- /dev/null +++ b/emulators/compat11/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: compat11 +# Version required: 1.1 +# Date created: 17 Mar 1998 +# Whom: tv@netbsd.org +# +# $NetBSD: Makefile,v 1.1.1.1 1998/03/17 21:31:39 tv Exp $ +# + +DISTNAME= compat11 +EXTRACT_SUFX= _${ARCH}.tgz +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} +ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 + +MAINTAINER= tv@netbsd.org + +LIB_DEPENDS= edit.0.:${PORTSDIR}/emulators/compat12 \ + g++.3.:${PORTSDIR}/emulators/compat12 \ + util.3.:${PORTSDIR}/emulators/compat12 +HAS_CONFIGURE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/usr/lib +PLIST_SRC= ${WRKSRC}/.PLIST + +pre-configure: + @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC} + +post-install: + ${LDCONFIG} || ${TRUE} + +.include + +# for sun3x in 1.3.x, get sun3 package +.if (${ARCH} == "sun3x") +ARCH= sun3 +.endif diff --git a/emulators/compat11/files/configure b/emulators/compat11/files/configure new file mode 100755 index 00000000000..4763b627476 --- /dev/null +++ b/emulators/compat11/files/configure @@ -0,0 +1,22 @@ +#!/bin/sh +# $NetBSD: configure,v 1.1.1.1 1998/03/17 21:31:39 tv Exp $ +# Configure package and create its Makefile and PLIST + +echo Configuring compat11 package + +for file in lib*.so*; do + echo >>Makefile "FILES+=$file" + echo >>.PLIST "${PREFIX}/lib/$file" +done + +cat >>Makefile <>.PLIST <