aboutsummaryrefslogtreecommitdiff
path: root/science/libint
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-02 09:25:00 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-02 09:25:00 +0000
commit058cc9fbe839c073b0b6490ed3743bcc47035337 (patch)
tree2778b37be82aaaed03fdcb2b8eb888e3b6f31781 /science/libint
parentfee23658746881a5b26dba62d60db2e8f93eb836 (diff)
downloadports-058cc9fbe839c073b0b6490ed3743bcc47035337.tar.gz
ports-058cc9fbe839c073b0b6490ed3743bcc47035337.zip
* From PORTREVERSION to PORTREVISION.
* Add symlink to version numbered shared libs. e.g. lib*.so to lib*.so.1.
Notes
Notes: svn path=/head/; revision=181267
Diffstat (limited to 'science/libint')
-rw-r--r--science/libint/Makefile7
-rw-r--r--science/libint/pkg-plist3
2 files changed, 9 insertions, 1 deletions
diff --git a/science/libint/Makefile b/science/libint/Makefile
index 6cbe9fb4a2ac..8bcaa3749fef 100644
--- a/science/libint/Makefile
+++ b/science/libint/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libint
PORTVERSION= 1.1.2
-PORTREVERSION= 1
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://www.ccmst.gatech.edu/evaleev/libint/src/
@@ -24,4 +24,9 @@ ALL_TARGET= # empty
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared
+post-install:
+ @${LN} -sf ${PREFIX}/lib/libderiv-stable.so.1 ${PREFIX}/lib/libderiv.so.1
+ @${LN} -sf ${PREFIX}/lib/libint-stable.so.1 ${PREFIX}/lib/libint.so.1
+ @${LN} -sf ${PREFIX}/lib/libr12-stable.so.1 ${PREFIX}/lib/libr12.so.1
+
.include <bsd.port.post.mk>
diff --git a/science/libint/pkg-plist b/science/libint/pkg-plist
index ba79d70180c0..206bc133f9b9 100644
--- a/science/libint/pkg-plist
+++ b/science/libint/pkg-plist
@@ -11,13 +11,16 @@ lib/libderiv-stable.so.1
lib/libderiv.a
lib/libderiv.la
lib/libderiv.so
+lib/libderiv.so.1
lib/libint-stable.so
lib/libint-stable.so.1
lib/libint.a
lib/libint.la
lib/libint.so
+lib/libint.so.1
lib/libr12-stable.so
lib/libr12-stable.so.1
lib/libr12.a
lib/libr12.la
lib/libr12.so
+lib/libr12.so.1