From 941e35a7085547eb0f5de13b80e89d93b27f10a1 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Wed, 20 Feb 2002 21:17:19 +0000 Subject: Add port graphics/bbrb - a gtk-based background manager for blackbox PR: 35132 Submitted by: Dan Peck --- graphics/bbrb/Makefile | 24 ++++++++++++++++++++++++ graphics/bbrb/distinfo | 1 + graphics/bbrb/pkg-comment | 1 + graphics/bbrb/pkg-descr | 5 +++++ graphics/bbrb/pkg-plist | 6 ++++++ 5 files changed, 37 insertions(+) create mode 100644 graphics/bbrb/Makefile create mode 100644 graphics/bbrb/distinfo create mode 100644 graphics/bbrb/pkg-comment create mode 100644 graphics/bbrb/pkg-descr create mode 100644 graphics/bbrb/pkg-plist (limited to 'graphics/bbrb') diff --git a/graphics/bbrb/Makefile b/graphics/bbrb/Makefile new file mode 100644 index 000000000000..2c866e1920ac --- /dev/null +++ b/graphics/bbrb/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: bbrb +# Date created: 19 February 2002 +# Whom: Dan Peck +# +# $FreeBSD$ +# + +PORTNAME= bbrb +PORTVERSION= 0.2.2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ + blackbox:${PORTSDIR}/x11-wm/blackbox + +USE_X_PREFIX= yes +USE_GTK= yes +USE_IMLIB= yes +GNU_CONFIGURE= yes + +.include diff --git a/graphics/bbrb/distinfo b/graphics/bbrb/distinfo new file mode 100644 index 000000000000..cd4acd473bc7 --- /dev/null +++ b/graphics/bbrb/distinfo @@ -0,0 +1 @@ +MD5 (bbrb-0.2.2.tar.gz) = 5312acceca84cbe4ea3e4b909403cd5a diff --git a/graphics/bbrb/pkg-comment b/graphics/bbrb/pkg-comment new file mode 100644 index 000000000000..dc9d6b85ed72 --- /dev/null +++ b/graphics/bbrb/pkg-comment @@ -0,0 +1 @@ +A graphical background manager for the Blackbox window manager diff --git a/graphics/bbrb/pkg-descr b/graphics/bbrb/pkg-descr new file mode 100644 index 000000000000..7628c717cb97 --- /dev/null +++ b/graphics/bbrb/pkg-descr @@ -0,0 +1,5 @@ +Bbrb is a gtk-based background manager for Blackbox. It includes +support for background lists, thumbnails, and configuring the scaling +and tiling properties for each background individually. + +WWW: http://bbrb.sourceforge.net/ diff --git a/graphics/bbrb/pkg-plist b/graphics/bbrb/pkg-plist new file mode 100644 index 000000000000..19221d6c51f7 --- /dev/null +++ b/graphics/bbrb/pkg-plist @@ -0,0 +1,6 @@ +bin/bbrb +bin/bbrb.inst +bin/bbrbss +share/bbrb/bbrbpic.jpg +share/bbrb/bgMenu +@dirrm share/bbrb -- cgit v1.2.3