summaryrefslogtreecommitdiffstats
path: root/deskutils/kuake/Makefile
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-03-12 10:29:37 +0000
committermarkus <markus@FreeBSD.org>2004-03-12 10:29:37 +0000
commit4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2 (patch)
treed06d6c4c0ba2039c19237342d18eb2ef0812e652 /deskutils/kuake/Makefile
parent4312772fa0472b85e6e73edcd5a9dce3bd29ec2a (diff)
downloadFreeBSD-ports-4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2.zip
FreeBSD-ports-4073a45d1f8a0bdeb9ea2524cf686dd5c53ee3f2.tar.gz
Add kuake 0.3, a KDE konsole application acting like the Quake-console.
Approved by: arved (mentor)
Diffstat (limited to 'deskutils/kuake/Makefile')
-rw-r--r--deskutils/kuake/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/deskutils/kuake/Makefile b/deskutils/kuake/Makefile
new file mode 100644
index 0000000..889756c
--- /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>
OpenPOWER on IntegriCloud