aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2009-10-02 04:57:16 +0800
committergahr <gahr@FreeBSD.org>2009-10-02 04:57:16 +0800
commitd78ccc636b47d2ba19e12e408a3e4e590e73f0ae (patch)
tree61f8bd02f2e7aba329c771e7d16f6f39eebe6f0f /x11
parentbaf1772a06efe4d94350e8c52410d07c4363a2bf (diff)
downloadfreebsd-ports-gnome-d78ccc636b47d2ba19e12e408a3e4e590e73f0ae.tar.gz
freebsd-ports-gnome-d78ccc636b47d2ba19e12e408a3e4e590e73f0ae.tar.zst
freebsd-ports-gnome-d78ccc636b47d2ba19e12e408a3e4e590e73f0ae.zip
- New port: x11/thingylaunch
Thingylaunch is a fork of thinglaunch (x11/thinglaunch), which supports navigation keys and tab-completion. WWW: http://www.gahr.ch/thingylaunch
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/thingylaunch/Makefile30
-rw-r--r--x11/thingylaunch/distinfo3
-rw-r--r--x11/thingylaunch/pkg-descr5
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index b58071a81465..023afc6e2ce1 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -290,6 +290,7 @@
SUBDIR += terminal.app
SUBDIR += terminator
SUBDIR += thinglaunch
+ SUBDIR += thingylaunch
SUBDIR += tilda
SUBDIR += tint
SUBDIR += tkXwin
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile
new file mode 100644
index 000000000000..4097baa15d76
--- /dev/null
+++ b/x11/thingylaunch/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: thingylaunch
+# Date created: 1 October 2009
+# Whom: gahr
+#
+# $FreeBSD$
+#
+
+PORTNAME= thingylaunch
+PORTVERSION= 1.0.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_LOCAL}/gahr/ \
+ http://people.freebsd.org/~gahr/distfiles/ \
+ http://www.gahr.ch/${PORTNAME}/
+
+MAINTAINER= gahr@FreeBSD.org
+COMMENT= A lightweight tab-completing launcher for X
+
+USE_XORG= x11 xproto
+MAKE_JOBS_SAFE= yes
+
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+MAKE_ENV+= LDFLAGS="${LDFLAGS}"
+
+PLIST_FILES= bin/${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo
new file mode 100644
index 000000000000..1b722567693d
--- /dev/null
+++ b/x11/thingylaunch/distinfo
@@ -0,0 +1,3 @@
+MD5 (thingylaunch-1.0.0.tar.gz) = c172a63c07310f26fd71f29f0453119d
+SHA256 (thingylaunch-1.0.0.tar.gz) = eb3a8958603edb03ac54022363b0cea3925f394c959c60b54d2f55db10d82d49
+SIZE (thingylaunch-1.0.0.tar.gz) = 5834
diff --git a/x11/thingylaunch/pkg-descr b/x11/thingylaunch/pkg-descr
new file mode 100644
index 000000000000..80754c3c9c94
--- /dev/null
+++ b/x11/thingylaunch/pkg-descr
@@ -0,0 +1,5 @@
+Thingylaunch is a lightweight and fast application launcher for X.
+Based on the original thinglaunch by Matt Johnston, it is enhanced
+with navigation keys and tab-completion.
+
+WWW: http://www.gahr.ch/thingylaunch