aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-09 04:04:26 +0800
committermiwi <miwi@FreeBSD.org>2006-11-09 04:04:26 +0800
commita5b06f216f5bb06427038b60656a308bc41685cf (patch)
treef94e8723ec547a02fac182cb2716ab1a4a70af69 /x11
parent437d7ac94f5f28d5effed703f1a5c1d08723e49b (diff)
downloadfreebsd-ports-gnome-a5b06f216f5bb06427038b60656a308bc41685cf.tar.gz
freebsd-ports-gnome-a5b06f216f5bb06427038b60656a308bc41685cf.tar.zst
freebsd-ports-gnome-a5b06f216f5bb06427038b60656a308bc41685cf.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>
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/bbdock/Makefile37
-rw-r--r--x11/bbdock/distinfo3
-rw-r--r--x11/bbdock/pkg-descr6
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/