Add kuake 0.3, a KDE konsole application acting like the Quake-console.

Approved by:	arved (mentor)
This commit is contained in:
Markus Brueffer 2004-03-12 10:29:37 +00:00
parent e5ba38231e
commit 28cd1e5746
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103763
5 changed files with 55 additions and 0 deletions

View File

@ -58,6 +58,7 @@
SUBDIR += kronolith
SUBDIR += krss
SUBDIR += ktagebuch
SUBDIR += kuake
SUBDIR += ljcharm
SUBDIR += logjam
SUBDIR += logjam2

25
deskutils/kuake/Makefile Normal file
View File

@ -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>

2
deskutils/kuake/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (kuake-0.3.tar.gz) = bd0ebf7af08543bf947ce3d19bfa1c5d
SIZE (kuake-0.3.tar.gz) = 637825

View File

@ -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

21
deskutils/kuake/pkg-plist Normal file
View File

@ -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