diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-03-07 06:40:23 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-03-07 06:40:23 +0000 |
commit | 64774cbcabd6c9fdd63e7e2af99e43ad3f1e4740 (patch) | |
tree | fd6c1a049a2729e332e7fc66c0943bb37d020254 /x11 | |
parent | Bruteforce bitchslap this port into respecting CFLAGS. (diff) |
XFree86 3.3.3.1 a.out compatability libraries.
Notes
Notes:
svn path=/head/; revision=26599
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-aoutlibs/Makefile | 31 | ||||
-rw-r--r-- | x11/XFree86-aoutlibs/distinfo | 1 | ||||
-rw-r--r-- | x11/XFree86-aoutlibs/pkg-comment | 1 | ||||
-rw-r--r-- | x11/XFree86-aoutlibs/pkg-descr | 4 | ||||
-rw-r--r-- | x11/XFree86-aoutlibs/pkg-plist | 15 |
5 files changed, 52 insertions, 0 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile new file mode 100644 index 000000000000..8d1f6e25b6f1 --- /dev/null +++ b/x11/XFree86-aoutlibs/Makefile @@ -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> diff --git a/x11/XFree86-aoutlibs/distinfo b/x11/XFree86-aoutlibs/distinfo new file mode 100644 index 000000000000..15861578189f --- /dev/null +++ b/x11/XFree86-aoutlibs/distinfo @@ -0,0 +1 @@ +MD5 (Xbin.tgz) = 8ad6607787d0cb256d679cce4dfaef75 diff --git a/x11/XFree86-aoutlibs/pkg-comment b/x11/XFree86-aoutlibs/pkg-comment new file mode 100644 index 000000000000..d1ad36fbc291 --- /dev/null +++ b/x11/XFree86-aoutlibs/pkg-comment @@ -0,0 +1 @@ +XFree86 a.out compatability libraries diff --git a/x11/XFree86-aoutlibs/pkg-descr b/x11/XFree86-aoutlibs/pkg-descr new file mode 100644 index 000000000000..bc6319eaaec8 --- /dev/null +++ b/x11/XFree86-aoutlibs/pkg-descr @@ -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... diff --git a/x11/XFree86-aoutlibs/pkg-plist b/x11/XFree86-aoutlibs/pkg-plist new file mode 100644 index 000000000000..f6793c5a33d3 --- /dev/null +++ b/x11/XFree86-aoutlibs/pkg-plist @@ -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 |