diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-10-01 20:57:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-10-01 20:57:16 +0000 |
commit | 0b63789ce5841945b528646d0a247f2c3cffde68 (patch) | |
tree | e4f7d219accab32eff8a18f5ae55d0c29b6f870c /x11 | |
parent | 2b8658b0cb15f566b6eed6d129828884c7d8110b (diff) | |
download | ports-0b63789ce5841945b528646d0a247f2c3cffde68.tar.gz ports-0b63789ce5841945b528646d0a247f2c3cffde68.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/thingylaunch/Makefile | 30 | ||||
-rw-r--r-- | x11/thingylaunch/distinfo | 3 | ||||
-rw-r--r-- | x11/thingylaunch/pkg-descr | 5 |
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 |