diff options
author | markus <markus@FreeBSD.org> | 2004-03-12 18:29:37 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-03-12 18:29:37 +0800 |
commit | 4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2 (patch) | |
tree | d06d6c4c0ba2039c19237342d18eb2ef0812e652 /deskutils/kuake | |
parent | 4312772fa0472b85e6e73edcd5a9dce3bd29ec2a (diff) | |
download | freebsd-ports-gnome-4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2.tar.gz freebsd-ports-gnome-4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2.tar.zst freebsd-ports-gnome-4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2.zip |
Add kuake 0.3, a KDE konsole application acting like the Quake-console.
Approved by: arved (mentor)
Diffstat (limited to 'deskutils/kuake')
-rw-r--r-- | deskutils/kuake/Makefile | 25 | ||||
-rw-r--r-- | deskutils/kuake/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kuake/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/kuake/pkg-plist | 21 |
4 files changed, 54 insertions, 0 deletions
diff --git a/deskutils/kuake/Makefile b/deskutils/kuake/Makefile new file mode 100644 index 000000000000..889756c7df43 --- /dev/null +++ b/deskutils/kuake/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: kuake +# Date created: Thu Mar 11 21:51:00 CET 2004 +# Whom: Markus Brueffer <markus@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= kuake +PORTVERSION= 0.3 +CATEGORIES= deskutils kde +MASTER_SITES= http://199.231.140.154/software/${PORTNAME}/ + +MAINTAINER= markus@FreeBSD.org +COMMENT= KDE konsole application acting like the Quake-console + +USE_KDELIBS_VER=3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> diff --git a/deskutils/kuake/distinfo b/deskutils/kuake/distinfo new file mode 100644 index 000000000000..a8408f960737 --- /dev/null +++ b/deskutils/kuake/distinfo @@ -0,0 +1,2 @@ +MD5 (kuake-0.3.tar.gz) = bd0ebf7af08543bf947ce3d19bfa1c5d +SIZE (kuake-0.3.tar.gz) = 637825 diff --git a/deskutils/kuake/pkg-descr b/deskutils/kuake/pkg-descr new file mode 100644 index 000000000000..821191c890a1 --- /dev/null +++ b/deskutils/kuake/pkg-descr @@ -0,0 +1,6 @@ +Kuake is a KDE konsole application with the look and feel of that +in the Quake engine. It intends to create seemless integration +of a konsole to your KDE desktop. + +Author: Martin Galpin <martin@nemohackers.org> +WWW: http://www.nemohackers.org/kuake.php diff --git a/deskutils/kuake/pkg-plist b/deskutils/kuake/pkg-plist new file mode 100644 index 000000000000..7ce8a1ba95a9 --- /dev/null +++ b/deskutils/kuake/pkg-plist @@ -0,0 +1,21 @@ +bin/kuake +share/applnk/Utilities/kuake.desktop +share/apps/kuake/kuakeui.rc +share/doc/HTML/en/kuake/common +share/doc/HTML/en/kuake/index.cache.bz2 +share/doc/HTML/en/kuake/index.docbook +share/icons/locolor/16x16/apps/kuake.png +share/icons/locolor/32x32/apps/kuake.png +@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true +@unexec rmdir %D/share/icons 2>/dev/null || true +@dirrm share/doc/HTML/en/kuake +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 2>/dev/null || true +@dirrm share/apps/kuake +@unexec rmdir %D/share/apps 2>/dev/null || true +@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true |