2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Dan Peck <peckdani@msu.edu>
|
2002-02-20 22:17:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bbrb
|
2002-10-12 18:32:31 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
2002-02-20 22:17:19 +01:00
|
|
|
CATEGORIES= graphics
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2002-02-20 22:17:19 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-01-21 19:40:23 +01:00
|
|
|
COMMENT= Graphical background manager for the Blackbox window manager
|
2002-02-20 22:17:19 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \
|
|
|
|
blackbox:${PORTSDIR}/x11-wm/blackbox
|
|
|
|
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= imlib
|
2002-02-20 22:17:19 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|