mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
XFree86 3.3.3.1 a.out compatability libraries.
This commit is contained in:
parent
9a7718ef9f
commit
64774cbcab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26599
31
x11/XFree86-aoutlibs/Makefile
Normal file
31
x11/XFree86-aoutlibs/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: XFree86 aout libs
|
||||
# Version required: 3.3.6
|
||||
# Date created: 28 Feburary 2000
|
||||
# Whom: Jeremy Lea <reg@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= Xbin
|
||||
PKGNAME= XFree86-aoutlibs-3.3.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.3/binaries/FreeBSD-2.2.x/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= reg@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/lib
|
||||
NO_BUILD= yes
|
||||
PORTOBJFORMAT= aout
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; \
|
||||
for l in $$(ls lib*); do \
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} \
|
||||
${INSTALL_PROGRAM} $$l ${PREFIX}/lib/aout; \
|
||||
done
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/aout
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/XFree86-aoutlibs/distinfo
Normal file
1
x11/XFree86-aoutlibs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Xbin.tgz) = 8ad6607787d0cb256d679cce4dfaef75
|
1
x11/XFree86-aoutlibs/pkg-comment
Normal file
1
x11/XFree86-aoutlibs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XFree86 a.out compatability libraries
|
4
x11/XFree86-aoutlibs/pkg-descr
Normal file
4
x11/XFree86-aoutlibs/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a compatability package for the XFree86 a.out format libraries.
|
||||
|
||||
It is only needed for ports which use X and are compiled in a.out format,
|
||||
such as Nescape. Long live Mozilla...
|
15
x11/XFree86-aoutlibs/pkg-plist
Normal file
15
x11/XFree86-aoutlibs/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
lib/aout/libX11.so.6.1
|
||||
lib/aout/liboldX.so.6.0
|
||||
lib/aout/libICE.so.6.3
|
||||
lib/aout/libSM.so.6.0
|
||||
lib/aout/libXext.so.6.3
|
||||
lib/aout/libXt.so.6.0
|
||||
lib/aout/libXmu.so.6.0
|
||||
lib/aout/libXaw.so.6.1
|
||||
lib/aout/libXIE.so.6.0
|
||||
lib/aout/libXi.so.6.0
|
||||
lib/aout/libXtst.so.6.1
|
||||
lib/aout/libPEX5.so.6.0
|
||||
lib/aout/libXp.so.6.2
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
Loading…
Reference in New Issue
Block a user