summaryrefslogtreecommitdiffstats
path: root/graphics/Cgraph
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-27 17:29:43 +0000
committermharo <mharo@FreeBSD.org>2000-03-27 17:29:43 +0000
commit213bdb197ddad7a36b9080f7bab45cef7e6bd4ee (patch)
treeb1d492417a5fbf199ad86f5836f1bc37cae1ea94 /graphics/Cgraph
parentce3fe80a0c3b8aa4f55f0267febe0effdb8e7308 (diff)
downloadFreeBSD-ports-213bdb197ddad7a36b9080f7bab45cef7e6bd4ee.zip
FreeBSD-ports-213bdb197ddad7a36b9080f7bab45cef7e6bd4ee.tar.gz
remove a.out support
Reviewed by: maintainer
Diffstat (limited to 'graphics/Cgraph')
-rw-r--r--graphics/Cgraph/Makefile9
-rw-r--r--graphics/Cgraph/files/Makefile.lib1
-rw-r--r--graphics/Cgraph/pkg-plist6
3 files changed, 5 insertions, 11 deletions
diff --git a/graphics/Cgraph/Makefile b/graphics/Cgraph/Makefile
index 6926eb7..ddbb76c 100644
--- a/graphics/Cgraph/Makefile
+++ b/graphics/Cgraph/Makefile
@@ -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>
diff --git a/graphics/Cgraph/files/Makefile.lib b/graphics/Cgraph/files/Makefile.lib
index 6d05472..2939d22 100644
--- a/graphics/Cgraph/files/Makefile.lib
+++ b/graphics/Cgraph/files/Makefile.lib
@@ -3,7 +3,6 @@
LIBDIR = ${PREFIX}/lib
SHLIB_MAJOR= 2
-SHLIB_MINOR= 4
LIB= cgraph
SRCS= bgdash.c bginit.c bgshow.c bgstart.c\
diff --git a/graphics/Cgraph/pkg-plist b/graphics/Cgraph/pkg-plist
index 5ea4606..4dcb5e3 100644
--- a/graphics/Cgraph/pkg-plist
+++ b/graphics/Cgraph/pkg-plist
@@ -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
OpenPOWER on IntegriCloud