diff options
author | pat <pat@FreeBSD.org> | 2002-02-20 21:17:19 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-20 21:17:19 +0000 |
commit | c1688d5259617764d4ecfd3731f2f6995e2f96a9 (patch) | |
tree | a9d35e0dd20e8219468a9b20a999b5092453ffc4 | |
parent | c551d46ab97191517d95966c2dcd6826d231821a (diff) | |
download | FreeBSD-ports-c1688d5259617764d4ecfd3731f2f6995e2f96a9.zip FreeBSD-ports-c1688d5259617764d4ecfd3731f2f6995e2f96a9.tar.gz |
Add port graphics/bbrb - a gtk-based background manager for blackbox
PR: 35132
Submitted by: Dan Peck <peckdani@msu.edu>
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/bbrb/Makefile | 24 | ||||
-rw-r--r-- | graphics/bbrb/distinfo | 1 | ||||
-rw-r--r-- | graphics/bbrb/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/bbrb/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/bbrb/pkg-plist | 6 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index db085cc..6064126 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -16,6 +16,7 @@ SUBDIR += avifile SUBDIR += backfract SUBDIR += barcode + SUBDIR += bbrb SUBDIR += blender SUBDIR += cadubi SUBDIR += camediaplay diff --git a/graphics/bbrb/Makefile b/graphics/bbrb/Makefile new file mode 100644 index 0000000..2c866e1 --- /dev/null +++ b/graphics/bbrb/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: bbrb +# Date created: 19 February 2002 +# Whom: Dan Peck <peckdani@msu.edu> +# +# $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 <bsd.port.mk> diff --git a/graphics/bbrb/distinfo b/graphics/bbrb/distinfo new file mode 100644 index 0000000..cd4acd4 --- /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 0000000..dc9d6b8 --- /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 0000000..7628c71 --- /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 0000000..19221d6 --- /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 |