aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bbkeys
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-18 21:20:26 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-18 21:20:26 +0000
commitb16723fd670e8305689626948a2bcb6608dcfda7 (patch)
treec016bdd4a74510ec4fdbeca153af056eb26f0103 /x11-wm/bbkeys
parent9ba60de158faec3d8ad27d3717666a6aaaf43285 (diff)
downloadports-b16723fd670e8305689626948a2bcb6608dcfda7.tar.gz
ports-b16723fd670e8305689626948a2bcb6608dcfda7.zip
- Add UPDATING entry about latest blackbox ports changes.
- Update boxtools to 0.70.0. - Update bbpager to 0.4.0. - Global cleanup in blackbox and bbkeys. PR: ports/78967 Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>
Notes
Notes: svn path=/head/; revision=131590
Diffstat (limited to 'x11-wm/bbkeys')
-rw-r--r--x11-wm/bbkeys/Makefile17
-rw-r--r--x11-wm/bbkeys/pkg-message7
2 files changed, 17 insertions, 7 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile
index e599361cb56a..e5c5993263b1 100644
--- a/x11-wm/bbkeys/Makefile
+++ b/x11-wm/bbkeys/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bbkeys
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,25 +19,27 @@ BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
USE_X_PREFIX= yes
USE_PERL5= yes
+USE_GCC= 3.3+
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack pkgconfig
+USE_REINPLACE= yes
MAN1= bbkeys.1
MAN5= bbkeysrc.5
-PORTDOCS= AUTHORS BUGS ChangeLog NEWS README
-PLIST_FILES= bin/bbkeys share/bbkeys/bbkeysrc share/bbkeys/defaultStyle
+PORTDOCS= AUTHORS BUGS ChangeLog LICENSE NEWS README TODO
+
+PLIST_FILES= bin/bbkeys %%DATADIR%%/bbkeysrc %%DATADIR%%/defaultStyle
+PLIST_DIRS= %%DATADIR%%
post-patch:
- @${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's#: install-docDATA#:#g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/
.endfor
.endif
- @${ECHO_CMD} "@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true" \
- >> ${TMPPLIST}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/x11-wm/bbkeys/pkg-message b/x11-wm/bbkeys/pkg-message
new file mode 100644
index 000000000000..9ef1bcb04775
--- /dev/null
+++ b/x11-wm/bbkeys/pkg-message
@@ -0,0 +1,7 @@
+********************************************************************************
+* This version of bbkeys includes various changes in features, behaviour and *
+* configuration. See the README for details of the changes. *
+* *
+* You can create a new bbkeys configuration by copying some or all of bbkeysrc *
+* to your ~/.bbkeysrc file. The new sytax resembles the blackbox menu config. *
+********************************************************************************