diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-17 10:18:30 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-12-17 10:18:30 +0000 |
commit | 121b8850b0da011464c8301b8a3e4ed50d817766 (patch) | |
tree | 15f3339c2568ce8000b2c43875034dcdfbdce1be /x11-wm/bbkeys | |
parent | Ops, change logic as it shoud be (diff) |
- Trim Makefile header, NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Define LICENSE, drop article from COMMENT, small cleanups
- Augment port description while I am here
Approved by: maintainer (implicit)
Diffstat (limited to 'x11-wm/bbkeys')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 24 | ||||
-rw-r--r-- | x11-wm/bbkeys/pkg-descr | 6 |
2 files changed, 17 insertions, 13 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index 98b740233268..0d824f598dd4 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbkeys -# Date created: 17 June 2000 -# Whom: Patrick Seal <patseal@hyperhost.net> -# +# Created by: Patrick Seal <patseal@hyperhost.net> # $FreeBSD$ -# PORTNAME= bbkeys PORTVERSION= 0.9.1 @@ -12,7 +8,9 @@ CATEGORIES= x11-wm MASTER_SITES= SF MAINTAINER= A.J.Caines@halplant.com -COMMENT= A keygrabber for the Blackbox window manager +COMMENT= Keygrabber for the Blackbox window manager + +LICENSE= MIT BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox @@ -24,20 +22,22 @@ LDFLAGS+= `pkg-config --libs xft` MAN1= bbkeys.1 MAN5= bbkeysrc.5 -PORTDOCS= AUTHORS BUGS ChangeLog LICENSE NEWS README TODO +PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO PLIST_FILES= bin/bbkeys %%DATADIR%%/bbkeysrc %%DATADIR%%/defaultStyle PLIST_DIRS= %%DATADIR%% +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-patch: - @${REINPLACE_CMD} -e 's#: install-docDATA#:#g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's#: install-docDATA#:#' ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/ -.endfor + ${INSTALL_DATA} ${PORTDOCS:S#^#${WRKSRC}/#} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/x11-wm/bbkeys/pkg-descr b/x11-wm/bbkeys/pkg-descr index 6bb01a782d98..603ece5653db 100644 --- a/x11-wm/bbkeys/pkg-descr +++ b/x11-wm/bbkeys/pkg-descr @@ -1,3 +1,7 @@ -A keygrabber for the Blackbox window manager. +bbkeys is the keygrabber for the Blackbox window manager: bbkeys handles all +keybindings and keyboard shortcuts for Blackbox. It uses Blackbox' Image +classes for rendering its look and feel so that bbkeys will render itself to +match whatever Blackbox style is used. It is highly configurable either via +the "bbconf" GUI utility or by hand-editting bbkeys's config file. WWW: http://bbkeys.sourceforge.net/ |