diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-12 00:36:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-12 00:36:21 +0000 |
commit | 69a4d046d566fafcf4a606b6e834879af61d6e5f (patch) | |
tree | f3e37bec921beedf58dbd6b069a70c4a72aec931 /wm/bbrun/Makefile | |
parent | 1571c8316500a7da794a7f7c5fdee6d927168afd (diff) | |
download | pkgsrc-69a4d046d566fafcf4a606b6e834879af61d6e5f.tar.gz |
Initial import of bbrun-1.3, based on a package provided by ptiJo in
pkg/16863:
BBrun is a run utility for BlackBox which can be run in the slit
or in withdrawn mode so that it can be bound to a keystroke from bbkeys.
It also features a history list of the most recent commands.
Diffstat (limited to 'wm/bbrun/Makefile')
-rw-r--r-- | wm/bbrun/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile new file mode 100644 index 00000000000..082db4e417e --- /dev/null +++ b/wm/bbrun/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/12 00:36:21 wiz Exp $ +# + +DISTNAME= bbrun-1.3 +WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun +CATEGORIES= wm x11 +MASTER_SITES= http://www.dwave.net/~jking/bbrun/ + +MAINTAINER= ptiJo@noos.fr +HOMEPAGE= http://www.dwave.net/~jking/bbrun/ +COMMENT= run utility for BlackBox + +USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bbrun + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/bbrun + +.include "../../graphics/xpm/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |