summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>1997-12-03 16:49:02 +0000
committerdrochner <drochner>1997-12-03 16:49:02 +0000
commit71eaa4a1a4fdbef9172acba84ce8723d7ea1b205 (patch)
tree7f015430b69ea68b447ccb24cb45e6caa0b4a64c /x11
parent8e200b7f92a8ad246056e48247565f3ed2e2943f (diff)
downloadpkgsrc-71eaa4a1a4fdbef9172acba84ce8723d7ea1b205.tar.gz
NetBSD adaption , install in /usr/pkg
Diffstat (limited to 'x11')
-rw-r--r--x11/qt/Makefile27
-rw-r--r--x11/qt/pkg/DESCR2
-rw-r--r--x11/qt/pkg/PLIST240
3 files changed, 135 insertions, 134 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile
index d7b301367f9..ca07a1b3090 100644
--- a/x11/qt/Makefile
+++ b/x11/qt/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $NetBSD: Makefile,v 1.1.1.1 1997/12/03 10:25:34 drochner Exp $
+# $NetBSD: Makefile,v 1.2 1997/12/03 16:49:02 drochner Exp $
# FreeBSD Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp
#
@@ -13,8 +13,7 @@ MASTER_SITES= ftp://ftp.troll.no/qt/source/
MAINTAINER= searle@longacre.demon.co.uk
-USE_GMAKE= yes
-USE_X11= yes
+QTDIR= ${PREFIX}
MAN1= moc.1
MAN3= qaccel.3qt qapplication.3qt qarray.3qt qbitarray.3qt \
@@ -98,18 +97,18 @@ MAN3= qaccel.3qt qapplication.3qt qarray.3qt qbitarray.3qt \
QTSManip.3qt QWidget.3qt QWindow.3qt QWMatrix.3qt
post-configure:
- cd ${WRKSRC} && make freebsd-gcc-shared
+ cd ${WRKSRC} && make netbsd-gcc-shared
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
- ${LDCONFIG} -m $(PREFIX)/lib
- ${MKDIR} $(PREFIX)/include/X11/qt
- ${INSTALL_DATA} $(WRKDIR)/qt-1.31/include/* $(PREFIX)/include/X11/qt
- ${INSTALL_MAN} $(WRKDIR)/qt-1.31/man/man1/* $(PREFIX)/man/man1
- ${INSTALL_MAN} $(WRKDIR)/qt-1.31/man/man3/* $(PREFIX)/man/man3
- ${MKDIR} ${PREFIX}/share/doc/qt
- ${INSTALL_DATA} ${WRKDIR}/qt-1.31/README ${PREFIX}/share/doc/qt
- ${INSTALL_DATA} ${WRKDIR}/qt-1.31/README.QT ${PREFIX}/share/doc/qt
+ ${INSTALL_PROGRAM} $(WRKDIR)/qt-1.31/bin/moc $(QTDIR)/bin
+ ${INSTALL_DATA} $(WRKDIR)/qt-1.31/lib/libqt.so.1.31 $(QTDIR)/lib
+ ${LDCONFIG} -m $(QTDIR)/lib
+ ${MKDIR} $(QTDIR)/include/qt
+ ${INSTALL_DATA} $(WRKDIR)/qt-1.31/include/* $(QTDIR)/include/qt
+ ${INSTALL_MAN} $(WRKDIR)/qt-1.31/man/man1/* $(QTDIR)/man/man1
+ ${INSTALL_MAN} $(WRKDIR)/qt-1.31/man/man3/* $(QTDIR)/man/man3
+ ${MKDIR} ${QTDIR}/share/doc/qt
+ ${INSTALL_DATA} ${WRKDIR}/qt-1.31/README ${QTDIR}/share/doc/qt
+ ${INSTALL_DATA} ${WRKDIR}/qt-1.31/README.QT ${QTDIR}/share/doc/qt
.include <bsd.port.mk>
diff --git a/x11/qt/pkg/DESCR b/x11/qt/pkg/DESCR
index 320d7d7bed0..32f3eff9fe5 100644
--- a/x11/qt/pkg/DESCR
+++ b/x11/qt/pkg/DESCR
@@ -1,5 +1,5 @@
Qt is a toolkit for building a GUI for X in C++. The main
-documentation is in /usr/local/share/doc/qt and is also available on
+documentation is in /usr/pkg/share/doc/qt and is also available on
the web. (http://www.troll.no/qt/) This directory also contains a
tutorial, and example programs (aclock, biff, connect, cursor, dclock,
desktop, drawdemo, forever, hello, life, menu, makepic/ showpic, qmag,
diff --git a/x11/qt/pkg/PLIST b/x11/qt/pkg/PLIST
index 7d8d96fb263..cb2753d9eee 100644
--- a/x11/qt/pkg/PLIST
+++ b/x11/qt/pkg/PLIST
@@ -1,5 +1,7 @@
+@comment $NetBSD: PLIST,v 1.2 1997/12/03 16:49:04 drochner Exp $
lib/libqt.so.1.31
@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -m %B
man/man1/moc.1.gz
man/man3/QApplication.3qt.gz
man/man3/QArray.3qt.gz
@@ -259,126 +261,126 @@ man/man3/qptrdictiterator.3qt.gz
man/man3/qsemimodal.3qt.gz
man/man3/qvalidator.3qt.gz
man/man3/qvboxlayout.3qt.gz
-include/X11/qt/qaccel.h
-include/X11/qt/qapp.h
-include/X11/qt/qarray.h
-include/X11/qt/qasyncimageio.h
-include/X11/qt/qasyncio.h
-include/X11/qt/qbitarry.h
-include/X11/qt/qbitmap.h
-include/X11/qt/qbrush.h
-include/X11/qt/qbttngrp.h
-include/X11/qt/qbuffer.h
-include/X11/qt/qbutton.h
-include/X11/qt/qcache.h
-include/X11/qt/qchkbox.h
-include/X11/qt/qclipbrd.h
-include/X11/qt/qcollect.h
-include/X11/qt/qcolor.h
-include/X11/qt/qcombo.h
-include/X11/qt/qconnect.h
-include/X11/qt/qcursor.h
-include/X11/qt/qdatetm.h
-include/X11/qt/qdialog.h
-include/X11/qt/qdict.h
-include/X11/qt/qdir.h
-include/X11/qt/qdrawutl.h
-include/X11/qt/qdstream.h
-include/X11/qt/qevent.h
-include/X11/qt/qfile.h
-include/X11/qt/qfiledef.h
-include/X11/qt/qfiledlg.h
-include/X11/qt/qfileinf.h
-include/X11/qt/qfont.h
-include/X11/qt/qfontdta.h
-include/X11/qt/qfontinf.h
-include/X11/qt/qfontmet.h
-include/X11/qt/qframe.h
-include/X11/qt/qgarray.h
-include/X11/qt/qgcache.h
-include/X11/qt/qgdict.h
-include/X11/qt/qgeneric.h
-include/X11/qt/qgl.h
-include/X11/qt/qglist.h
-include/X11/qt/qglobal.h
-include/X11/qt/qgmanagr.h
-include/X11/qt/qgrpbox.h
-include/X11/qt/qgvector.h
-include/X11/qt/qimage.h
-include/X11/qt/qimageio.h
-include/X11/qt/qintcach.h
-include/X11/qt/qintdict.h
-include/X11/qt/qiodev.h
-include/X11/qt/qjpegio.h
-include/X11/qt/qkeycode.h
-include/X11/qt/qlabel.h
-include/X11/qt/qlayout.h
-include/X11/qt/qlcdnum.h
-include/X11/qt/qlined.h
-include/X11/qt/qlist.h
-include/X11/qt/qlistbox.h
-include/X11/qt/qmenubar.h
-include/X11/qt/qmenudta.h
-include/X11/qt/qmetaobj.h
-include/X11/qt/qmlined.h
-include/X11/qt/qmovie.h
-include/X11/qt/qmsgbox.h
-include/X11/qt/qnp.h
-include/X11/qt/qobjcoll.h
-include/X11/qt/qobjdefs.h
-include/X11/qt/qobject.h
-include/X11/qt/qpaintd.h
-include/X11/qt/qpaintdc.h
-include/X11/qt/qpainter.h
-include/X11/qt/qpalette.h
-include/X11/qt/qpdevmet.h
-include/X11/qt/qpen.h
-include/X11/qt/qpicture.h
-include/X11/qt/qpixmap.h
-include/X11/qt/qpmcache.h
-include/X11/qt/qpngio.h
-include/X11/qt/qpntarry.h
-include/X11/qt/qpoint.h
-include/X11/qt/qpopmenu.h
-include/X11/qt/qprinter.h
-include/X11/qt/qprndlg.h
-include/X11/qt/qprogbar.h
-include/X11/qt/qprogdlg.h
-include/X11/qt/qpsprn.h
-include/X11/qt/qptrdict.h
-include/X11/qt/qpushbt.h
-include/X11/qt/qqueue.h
-include/X11/qt/qradiobt.h
-include/X11/qt/qrangect.h
-include/X11/qt/qrect.h
-include/X11/qt/qregexp.h
-include/X11/qt/qregion.h
-include/X11/qt/qscrbar.h
-include/X11/qt/qsemimodal.h
-include/X11/qt/qshared.h
-include/X11/qt/qsignal.h
-include/X11/qt/qsize.h
-include/X11/qt/qslider.h
-include/X11/qt/qsocknot.h
-include/X11/qt/qstack.h
-include/X11/qt/qstring.h
-include/X11/qt/qstrlist.h
-include/X11/qt/qstrvec.h
-include/X11/qt/qtabbar.h
-include/X11/qt/qtabdlg.h
-include/X11/qt/qtablevw.h
-include/X11/qt/qtimer.h
-include/X11/qt/qtooltip.h
-include/X11/qt/qtstream.h
-include/X11/qt/qvalidator.h
-include/X11/qt/qvector.h
-include/X11/qt/qwidcoll.h
-include/X11/qt/qwidget.h
-include/X11/qt/qwindefs.h
-include/X11/qt/qwindow.h
-include/X11/qt/qwmatrix.h
+include/qt/qaccel.h
+include/qt/qapp.h
+include/qt/qarray.h
+include/qt/qasyncimageio.h
+include/qt/qasyncio.h
+include/qt/qbitarry.h
+include/qt/qbitmap.h
+include/qt/qbrush.h
+include/qt/qbttngrp.h
+include/qt/qbuffer.h
+include/qt/qbutton.h
+include/qt/qcache.h
+include/qt/qchkbox.h
+include/qt/qclipbrd.h
+include/qt/qcollect.h
+include/qt/qcolor.h
+include/qt/qcombo.h
+include/qt/qconnect.h
+include/qt/qcursor.h
+include/qt/qdatetm.h
+include/qt/qdialog.h
+include/qt/qdict.h
+include/qt/qdir.h
+include/qt/qdrawutl.h
+include/qt/qdstream.h
+include/qt/qevent.h
+include/qt/qfile.h
+include/qt/qfiledef.h
+include/qt/qfiledlg.h
+include/qt/qfileinf.h
+include/qt/qfont.h
+include/qt/qfontdta.h
+include/qt/qfontinf.h
+include/qt/qfontmet.h
+include/qt/qframe.h
+include/qt/qgarray.h
+include/qt/qgcache.h
+include/qt/qgdict.h
+include/qt/qgeneric.h
+include/qt/qgl.h
+include/qt/qglist.h
+include/qt/qglobal.h
+include/qt/qgmanagr.h
+include/qt/qgrpbox.h
+include/qt/qgvector.h
+include/qt/qimage.h
+include/qt/qimageio.h
+include/qt/qintcach.h
+include/qt/qintdict.h
+include/qt/qiodev.h
+include/qt/qjpegio.h
+include/qt/qkeycode.h
+include/qt/qlabel.h
+include/qt/qlayout.h
+include/qt/qlcdnum.h
+include/qt/qlined.h
+include/qt/qlist.h
+include/qt/qlistbox.h
+include/qt/qmenubar.h
+include/qt/qmenudta.h
+include/qt/qmetaobj.h
+include/qt/qmlined.h
+include/qt/qmovie.h
+include/qt/qmsgbox.h
+include/qt/qnp.h
+include/qt/qobjcoll.h
+include/qt/qobjdefs.h
+include/qt/qobject.h
+include/qt/qpaintd.h
+include/qt/qpaintdc.h
+include/qt/qpainter.h
+include/qt/qpalette.h
+include/qt/qpdevmet.h
+include/qt/qpen.h
+include/qt/qpicture.h
+include/qt/qpixmap.h
+include/qt/qpmcache.h
+include/qt/qpngio.h
+include/qt/qpntarry.h
+include/qt/qpoint.h
+include/qt/qpopmenu.h
+include/qt/qprinter.h
+include/qt/qprndlg.h
+include/qt/qprogbar.h
+include/qt/qprogdlg.h
+include/qt/qpsprn.h
+include/qt/qptrdict.h
+include/qt/qpushbt.h
+include/qt/qqueue.h
+include/qt/qradiobt.h
+include/qt/qrangect.h
+include/qt/qrect.h
+include/qt/qregexp.h
+include/qt/qregion.h
+include/qt/qscrbar.h
+include/qt/qsemimodal.h
+include/qt/qshared.h
+include/qt/qsignal.h
+include/qt/qsize.h
+include/qt/qslider.h
+include/qt/qsocknot.h
+include/qt/qstack.h
+include/qt/qstring.h
+include/qt/qstrlist.h
+include/qt/qstrvec.h
+include/qt/qtabbar.h
+include/qt/qtabdlg.h
+include/qt/qtablevw.h
+include/qt/qtimer.h
+include/qt/qtooltip.h
+include/qt/qtstream.h
+include/qt/qvalidator.h
+include/qt/qvector.h
+include/qt/qwidcoll.h
+include/qt/qwidget.h
+include/qt/qwindefs.h
+include/qt/qwindow.h
+include/qt/qwmatrix.h
bin/moc
share/doc/qt/README
share/doc/qt/README.QT
-@dirrm include/X11/qt
+@dirrm include/qt
@dirrm share/doc/qt