From b614d6d02f60c287a2a7664de2ae20b1cb6bde87 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 20 Oct 2004 03:32:46 +0000 Subject: Add fbcmd, an utility which provides some functions to the 'core' of fluxbox from the commandline. PR: ports/72862 Submitted by: Roman Bogorodskiy --- x11-wm/Makefile | 1 + x11-wm/fbcmd/Makefile | 32 ++++++++++++++++++++++++++++++++ x11-wm/fbcmd/distinfo | 2 ++ x11-wm/fbcmd/pkg-descr | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 x11-wm/fbcmd/Makefile create mode 100644 x11-wm/fbcmd/distinfo create mode 100644 x11-wm/fbcmd/pkg-descr diff --git a/x11-wm/Makefile b/x11-wm/Makefile index d98340e..35ceadd 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -31,6 +31,7 @@ SUBDIR += epplets SUBDIR += evilwm SUBDIR += expocity + SUBDIR += fbcmd SUBDIR += fbdesk SUBDIR += fbpager SUBDIR += fluxbox diff --git a/x11-wm/fbcmd/Makefile b/x11-wm/fbcmd/Makefile new file mode 100644 index 0000000..dacc968 --- /dev/null +++ b/x11-wm/fbcmd/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: fbcmd +# Date created: 2004-09-24 +# Whom: Roman Bogorodskiy +# +# $FreeBSD$ +# + +PORTNAME= fbcmd +PORTVERSION= 0.5 +CATEGORIES= x11-wm +MASTER_SITES= http://darkshed.dyndns.org/~mathias/files/c_cpp/fbcmd/ + +MAINTAINER= bogorodskiy@inbox.ru +COMMENT= A commandline utility for controlling fluxbox + +RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel + +USE_BZIP2= yes +USE_GMAKE= yes +ALL_TARGET= first +USE_REINPLACE= yes +USE_X_PREFIX= yes + +PLIST_FILES= bin/fbcmd + +post-extract: + @${REINPLACE_CMD} -e "s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${PREFIX}/bin + +.include diff --git a/x11-wm/fbcmd/distinfo b/x11-wm/fbcmd/distinfo new file mode 100644 index 0000000..edb3cb2 --- /dev/null +++ b/x11-wm/fbcmd/distinfo @@ -0,0 +1,2 @@ +MD5 (fbcmd-0.5.tar.bz2) = e2678ab8364b9ea59a7fb2710871d574 +SIZE (fbcmd-0.5.tar.bz2) = 7570 diff --git a/x11-wm/fbcmd/pkg-descr b/x11-wm/fbcmd/pkg-descr new file mode 100644 index 0000000..fd749f9 --- /dev/null +++ b/x11-wm/fbcmd/pkg-descr @@ -0,0 +1,4 @@ +fbcmd provides some functions to the 'core' of fluxbox +from the commandline. + +WWW: http://darkshed.dyndns.org/~mathias/files/c_cpp/fbcmd/ -- cgit v1.1