diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-08 20:04:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-08 20:04:26 +0000 |
commit | 371d1684c52cda5e708b3001c147bc2491fbc04b (patch) | |
tree | c56af08dec540e1c26d7130f86bbba7741238ccc /x11 | |
parent | 501c9775c055ca63eb9f04204fb1f865fbea4ed2 (diff) | |
download | ports-371d1684c52cda5e708b3001c147bc2491fbc04b.tar.gz ports-371d1684c52cda5e708b3001c147bc2491fbc04b.zip |
BBDock displays one or more PNG icons in the BlackBox/FluxBox slit from
which you can launch the corresponding applications. It is pretty similar
in function and appearance to bbbutton wich you might want to try if you
are reading this on a display with a color-depth below 16 bits.
WWW: http://http://bbdock.nethence.com/download/
PR: /ports/104708
Submitted by: idroxid<idroxid01@yahoo.fr>
Notes
Notes:
svn path=/head/; revision=176852
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/bbdock/Makefile | 37 | ||||
-rw-r--r-- | x11/bbdock/distinfo | 3 | ||||
-rw-r--r-- | x11/bbdock/pkg-descr | 6 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c6268aa815e9..8e916cca9a7a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -21,6 +21,7 @@ SUBDIR += apwal SUBDIR += aterm SUBDIR += bbappconf + SUBDIR += bbdock SUBDIR += bbrun SUBDIR += bbuname SUBDIR += bgrot diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile new file mode 100644 index 000000000000..d9ff4b73ddd0 --- /dev/null +++ b/x11/bbdock/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: bbdock +# Date created: July 31, 2006 +# Whom: Francis Bacque <idroxid01@yahoo.fr> +# +# $FreeBSD$ +# + +PORTNAME= bbdock +PORTVERSION= 0.2.8 +CATEGORIES= x11 +MASTER_SITES= http://bbdock.nethence.com/download/ + +MAINTAINER= idroxid01@yahoo.fr +COMMENT= BBDock displays one or more PNG icons in the BlackBox/FluxBox slit + +LIB_DEPENDS= png:${PORTSDIR}/graphics/png + +PORTDOCS= README +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GCC= 3.3+ + +PLIST_FILES= bin/bbdock + +.include <bsd.port.pre.mk> + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.post.mk> diff --git a/x11/bbdock/distinfo b/x11/bbdock/distinfo new file mode 100644 index 000000000000..ef24c49345f5 --- /dev/null +++ b/x11/bbdock/distinfo @@ -0,0 +1,3 @@ +MD5 (bbdock-0.2.8.tar.gz) = e5f490027b888b8eb71ce5585794cda9 +SHA256 (bbdock-0.2.8.tar.gz) = cffbc12b43a36265df019e09ddefe715426efaa71ec15d9cc5b07a1302726cb7 +SIZE (bbdock-0.2.8.tar.gz) = 95116 diff --git a/x11/bbdock/pkg-descr b/x11/bbdock/pkg-descr new file mode 100644 index 000000000000..1be38eb3019e --- /dev/null +++ b/x11/bbdock/pkg-descr @@ -0,0 +1,6 @@ +BBDock displays one or more PNG icons in the BlackBox/FluxBox slit from +which you can launch the corresponding applications. It is pretty similar +in function and appearance to bbbutton wich you might want to try if you +are reading this on a display with a color-depth below 16 bits. + +WWW: http://http://bbdock.nethence.com/download/ |