diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-20 21:17:19 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-20 21:17:19 +0000 |
commit | 941e35a7085547eb0f5de13b80e89d93b27f10a1 (patch) | |
tree | f1867e2506976b2c7ca2de1f42b5de7339d60f2a | |
parent | b733e6129a3512100b7df48d06ee9475bf1ce22d (diff) | |
download | ports-941e35a7085547eb0f5de13b80e89d93b27f10a1.tar.gz ports-941e35a7085547eb0f5de13b80e89d93b27f10a1.zip |
Notes
-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 db085ccadc6a..606412699638 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 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 <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 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 |