summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-04-11 17:45:50 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-04-11 17:45:50 +0000
commitd61b2226b1301a5f824b74ff29221acc975b16df (patch)
tree3f26559e203a3fcbe0c8675a66f6c0631c4cd666 /x11-toolkits/qt33
parentportlint: ln -> ${LN} (diff)
Install a symlink from libqt.so.x.yy to libqt.so
Reason: the qt library very often changes the release number. So every time you need to fix the configure script of KDE ports. Since every KDE port checks libqt.so, it's much easier for Stefan to maintain KDE and for us all to use the package instead of hacking configure scripts again and again.
Notes
Notes: svn path=/head/; revision=10479
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile3
-rw-r--r--x11-toolkits/qt33/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 698f8a9cadab..f496c4e8f18a 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.13 1997/10/27 23:15:07 jkh Exp $
+# $Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp $
#
DISTNAME= qt-1.31
@@ -102,6 +102,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.31/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.31/lib/libqt.so.1.31 $(X11BASE)/lib
+ ${LN} -sf $(X11BASE)/lib/libqt.so.1.31 $(X11BASE)/lib/libqt.so
${LDCONFIG} -m $(PREFIX)/lib
${MKDIR} $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.31/include/* $(PREFIX)/include/X11/qt
diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist
index 7d8d96fb263c..695c9a3a7f8e 100644
--- a/x11-toolkits/qt33/pkg-plist
+++ b/x11-toolkits/qt33/pkg-plist
@@ -1,4 +1,5 @@
lib/libqt.so.1.31
+lib/libqt.so
@exec /sbin/ldconfig -m %B
man/man1/moc.1.gz
man/man3/QApplication.3qt.gz