1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

remove a.out support

Reviewed by:	maintainer
This commit is contained in:
Michael Haro 2000-03-27 17:29:43 +00:00
parent b8f99c3a9b
commit bb8018ce47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27085
3 changed files with 5 additions and 11 deletions

View File

@ -15,8 +15,6 @@ MAINTAINER= tobez@plab.ku.dk
WRKSRC= ${WRKDIR}/Cgraph/source
.include <bsd.port.pre.mk>
post-extract:
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
@ -33,9 +31,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFopt-lrLog.c ${PREFIX}/share/examples/cgraph
@${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFampspect.dat ${PREFIX}/share/examples/cgraph
.endif
.if ${PORTOBJFORMAT} == "aout"
@${LN} -sf libcgraph.so.2.4 ${PREFIX}/lib/libcgraph.so
.endif
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -3,7 +3,6 @@
LIBDIR = ${PREFIX}/lib
SHLIB_MAJOR= 2
SHLIB_MINOR= 4
LIB= cgraph
SRCS= bgdash.c bginit.c bgshow.c bgstart.c\

View File

@ -2,9 +2,9 @@ include/cgraph.h
lib/libcgraph.a
lib/libcgraph_p.a
lib/libcgraph.so
lib/libcgraph.so.2.4
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
lib/libcgraph.so.2
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/doc/cgraph/cgraph.ps
share/examples/cgraph/CGminimal.c
share/examples/cgraph/dashlist.c