1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

remove aout support

This commit is contained in:
Michael Haro 2000-03-23 20:23:12 +00:00
parent 0d0b5086fa
commit 64e9275a2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26988
3 changed files with 4 additions and 10 deletions

View File

@ -18,15 +18,10 @@ MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so
.endif
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -3,7 +3,6 @@ LIBDIR= ${PREFIX}/lib
NOPROFILE= no
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
# BLAS sources
LIB=blas

View File

@ -1,5 +1,5 @@
lib/libblas.a
lib/libblas.so
lib/libblas.so.1
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R