summaryrefslogtreecommitdiff
path: root/x11/qt3-tools/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2003-07-22 17:17:19 +0000
committerdrochner <drochner>2003-07-22 17:17:19 +0000
commit22c50823fc88d663e9c737dc6f7edcd415572cc0 (patch)
tree22d9c4ea1e7ae88290dca1c7d2e28c3721bb3b32 /x11/qt3-tools/Makefile
parent192b4513b06d8256033e28c1a66166bc9455e53a (diff)
downloadpkgsrc-22c50823fc88d663e9c737dc6f7edcd415572cc0.tar.gz
Build, install and use a shared libqassistantclient.
This is primarily needed by PyQt.
Diffstat (limited to 'x11/qt3-tools/Makefile')
-rw-r--r--x11/qt3-tools/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index 17d7f5a593a..38fb4da5247 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2003/05/02 11:57:31 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2003/07/22 17:17:21 drochner Exp $
#
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-tools-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= QT GUI (WYSIWYG) builder and other tools
CONFIGURE_ARGS+= -I${QTDIR}/include \
@@ -19,6 +19,8 @@ do-install:
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/uic ${QTPREFIX}/bin
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/lib/libqui.la ${QTPREFIX}/lib
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/lib/libeditor.la ${QTPREFIX}/lib
+ ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/lib/libqassistantclient.la \
+ ${QTPREFIX}/lib
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/designer ${QTPREFIX}/bin
${INSTALL_DATA_DIR} ${QTPREFIX}/plugins/designer
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/plugins/designer/libwizards.la ${QTPREFIX}/plugins/designer