diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-12 08:50:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-12 08:50:58 +0000 |
commit | e1cc2e11625b13c8bcca2f99d4fb0a3499e4a921 (patch) | |
tree | e42f1481d428e1c947fec75b43caef95d33ecbd4 /misc/kwatch | |
parent | 6babab7e847e7cda869949a5aeef24eef0debd66 (diff) | |
download | ports-e1cc2e11625b13c8bcca2f99d4fb0a3499e4a921.tar.gz ports-e1cc2e11625b13c8bcca2f99d4fb0a3499e4a921.zip |
Notes
Diffstat (limited to 'misc/kwatch')
-rw-r--r-- | misc/kwatch/Makefile | 27 | ||||
-rw-r--r-- | misc/kwatch/distinfo | 1 | ||||
-rw-r--r-- | misc/kwatch/pkg-comment | 1 | ||||
-rw-r--r-- | misc/kwatch/pkg-descr | 1 | ||||
-rw-r--r-- | misc/kwatch/pkg-plist | 9 |
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile new file mode 100644 index 000000000000..4d8dfe83674e --- /dev/null +++ b/misc/kwatch/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: kwatch +# Version required: Beta4 +# Date created: 23 May 1998 +# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> +# +# $Id$ +# + +DISTNAME= kwatch-0.3 +CATEGORIES= misc x11 kde +MASTER_SITES= $(MASTER_SITE_KDE) +MASTER_SITE_SUBDIR= /stable/Beta4/apps/utils + +MAINTAINER= hanspb@persbraten.vgs.no + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ + kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ + kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ + INSTALL_SCRIPT="install -c -m 555" + +.include <bsd.port.mk> diff --git a/misc/kwatch/distinfo b/misc/kwatch/distinfo new file mode 100644 index 000000000000..871530c68830 --- /dev/null +++ b/misc/kwatch/distinfo @@ -0,0 +1 @@ +MD5 (kwatch-0.3.tar.gz) = 7f2511c88962b9007e5aaee4e4118f5c diff --git a/misc/kwatch/pkg-comment b/misc/kwatch/pkg-comment new file mode 100644 index 000000000000..af267536c28a --- /dev/null +++ b/misc/kwatch/pkg-comment @@ -0,0 +1 @@ +KDE/Qt log file viewer diff --git a/misc/kwatch/pkg-descr b/misc/kwatch/pkg-descr new file mode 100644 index 000000000000..af267536c28a --- /dev/null +++ b/misc/kwatch/pkg-descr @@ -0,0 +1 @@ +KDE/Qt log file viewer diff --git a/misc/kwatch/pkg-plist b/misc/kwatch/pkg-plist new file mode 100644 index 000000000000..d922ea72d507 --- /dev/null +++ b/misc/kwatch/pkg-plist @@ -0,0 +1,9 @@ +bin/kwatch +share/doc/HTML/en/kwatch/index.html +share/doc/HTML/en/kwatch/index-1.html +share/doc/HTML/en/kwatch/index-2.html +share/doc/HTML/en/kwatch/index-3.html +share/doc/HTML/en/kwatch/logotp3.gif +share/locale/de/LC_MESSAGES/kwatch.mo +share/applnk/Utilities/kwatch.kdelnk +@dirrm share/doc/HTML/en/kwatch |