f5fc49dc7e
pager tool for Blackbox. The major changes to bbpager are: - Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in blackbox directories. - Default styles come from the fluxbox configuration. Without customization it will track the look of the current theme. - The configuration files have been renamed to fluxter.bb (used in a fluxbox environment) and fluxter.nobb (used in a non-fluxbox environment). These files should go in fluxbox configuration directories, such as ~/.fluxbox. - The X resource entries in the configuration files use fluxter as a label, rather than bbpager. - Per-workspace wallpaper changing is supported by the addition of per-workspace rootCommand configuration entries. For example: fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png WWW: http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html
27 lines
567 B
Makefile
27 lines
567 B
Makefile
# New ports collection makefile for: fluxter
|
|
# Date created: 18 Aug 2003
|
|
# Whom: Adam Weinberger
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxter
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://benedict.isomedia.com/homes/stevencooper/files/
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Dekstop pager for the Fluxbox Slit
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
|
|
${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \
|
|
${WRKSRC}/data/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|