mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: Dan Peck <peckdani@msu.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bbrb
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical background manager for the Blackbox window manager
|
|
|
|
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \
|
|
blackbox:${PORTSDIR}/x11-wm/blackbox
|
|
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|