mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add port graphics/bbrb - a gtk-based background manager for blackbox
PR: 35132 Submitted by: Dan Peck <peckdani@msu.edu>
This commit is contained in:
parent
b733e6129a
commit
941e35a708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54999
@ -16,6 +16,7 @@
|
||||
SUBDIR += avifile
|
||||
SUBDIR += backfract
|
||||
SUBDIR += barcode
|
||||
SUBDIR += bbrb
|
||||
SUBDIR += blender
|
||||
SUBDIR += cadubi
|
||||
SUBDIR += camediaplay
|
||||
|
24
graphics/bbrb/Makefile
Normal file
24
graphics/bbrb/Makefile
Normal file
@ -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>
|
1
graphics/bbrb/distinfo
Normal file
1
graphics/bbrb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bbrb-0.2.2.tar.gz) = 5312acceca84cbe4ea3e4b909403cd5a
|
1
graphics/bbrb/pkg-comment
Normal file
1
graphics/bbrb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A graphical background manager for the Blackbox window manager
|
5
graphics/bbrb/pkg-descr
Normal file
5
graphics/bbrb/pkg-descr
Normal file
@ -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/
|
6
graphics/bbrb/pkg-plist
Normal file
6
graphics/bbrb/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/bbrb
|
||||
bin/bbrb.inst
|
||||
bin/bbrbss
|
||||
share/bbrb/bbrbpic.jpg
|
||||
share/bbrb/bgMenu
|
||||
@dirrm share/bbrb
|
Loading…
Reference in New Issue
Block a user