summaryrefslogtreecommitdiff
path: root/deskutils/karamba/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-16 12:06:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-16 12:06:10 +0000
commit8d5f184023bdefb383180b848c4e649e86f164e6 (patch)
tree844b1c7df62941d473532ae232d231804dcc50d5 /deskutils/karamba/Makefile
parentAdd LinNeighborhood, a GTK SMB LANbrowser (diff)
Add karamba, a program that displays various information on your KDE desktop
PR: 50762 Submitted by: Scott A. Moberly <smoberly@karamazov.org>
Notes
Notes: svn path=/head/; revision=79074
Diffstat (limited to 'deskutils/karamba/Makefile')
-rw-r--r--deskutils/karamba/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/karamba/Makefile b/deskutils/karamba/Makefile
new file mode 100644
index 000000000000..cec66b027653
--- /dev/null
+++ b/deskutils/karamba/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: karamba
+# Date created: 9 April 2003
+# Whom: Scott A. Moberly
+#
+# $FreeBSD$
+
+PORTNAME= karamba
+PORTVERSION= 0.15
+CATEGORIES= deskutils
+MASTER_SITES= http://www.efd.lth.se/~d98hk/karamba/src/
+
+MAINTAINER= smoberly@karamazov.org
+COMMENT= Display various information right on your desktop
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>