aboutsummaryrefslogtreecommitdiff
path: root/x11/thingylaunch
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-10-01 20:57:16 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-10-01 20:57:16 +0000
commit0b63789ce5841945b528646d0a247f2c3cffde68 (patch)
treee4f7d219accab32eff8a18f5ae55d0c29b6f870c /x11/thingylaunch
parent2b8658b0cb15f566b6eed6d129828884c7d8110b (diff)
downloadports-0b63789ce5841945b528646d0a247f2c3cffde68.tar.gz
ports-0b63789ce5841945b528646d0a247f2c3cffde68.zip
Notes
Diffstat (limited to 'x11/thingylaunch')
-rw-r--r--x11/thingylaunch/Makefile30
-rw-r--r--x11/thingylaunch/distinfo3
-rw-r--r--x11/thingylaunch/pkg-descr5
3 files changed, 38 insertions, 0 deletions
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